making "fimg_type_is_valid" public

This commit is contained in:
2020-02-19 22:36:58 +01:00
parent 5a66118f8b
commit a0a563dfa1
2 changed files with 4 additions and 2 deletions

View File

@@ -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: