making "fimg_type_is_valid" public
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
extern int verbosity; /* must be declared around main() */
|
||||
|
||||
/* ---------------------------------------------------------------- */
|
||||
static int fimg_type_is_valid(int type)
|
||||
int fimg_type_is_valid(int type)
|
||||
{
|
||||
switch (type) {
|
||||
case FIMG_TYPE_GRAY:
|
||||
|
||||
Reference in New Issue
Block a user