loaders: Rename Match functions + constify + doc
commite0193a071feaf04b54c65348bf11db0d8db6c4ac
authorCyril Hrubis <metan@ucw.cz>
Fri, 13 Jun 2014 21:38:58 +0000 (13 23:38 +0200)
committerCyril Hrubis <metan@ucw.cz>
Fri, 13 Jun 2014 21:38:58 +0000 (13 23:38 +0200)
tree5c172b0f9294047d775382cfd8caac345e2822aa
parentf701094e0e12d08c7f236d086f21887385240097
loaders: Rename Match functions + constify + doc

* Rename MatchExtension to LoaderByFilename
  and MatchSignature to LoaderBySignature

* Constify GP_Loader arguments where possible

* Update loaders docs

Signed-off-by: Cyril Hrubis <metan@ucw.cz>
build/syms/Loaders_symbols.txt
demos/spiv/image_list.c
doc/loaders.txt
include/loaders/GP_Loader.h
libs/loaders/GP_Loader.c
tests/loaders/Loader.c