Archived
1
0
Fork 0

error.c: let warn() return an int

This commit is contained in:
Henrik Hautakoski 2012-07-17 10:42:41 +02:00
parent dea5aa6fe0
commit 313816c425
2 changed files with 3 additions and 2 deletions

View file

@ -25,7 +25,7 @@
void usage(const char *msg, ...);
void warn(const char *msg, ...);
int warn(const char *msg, ...);
void fatal(const char *msg, ...);