raw: fix compiler warning [-Wmissing-prototypes]

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2012-07-16 18:45:52 +02:00
parent 93f90e1332
commit 16bade897c
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ static void __attribute__ ((__noreturn__)) usage(int err)
exit(err);
}
long strtol_octal_or_err(const char *str, const char *errmesg)
static long strtol_octal_or_err(const char *str, const char *errmesg)
{
long num;
char *end = NULL;