2
0
mirror of https://git.zx2c4.com/cgit synced 2025-08-30 22:05:08 +00:00

added a chk_non_negative check

This commit is contained in:
Michael Krelin
2007-07-20 20:56:43 +02:00
parent 3aae82703b
commit 127f43d4e2
2 changed files with 8 additions and 0 deletions

1
cgit.h
View File

@@ -157,6 +157,7 @@ extern void cgit_querystring_cb(const char *name, const char *value);
extern int chk_zero(int result, char *msg);
extern int chk_positive(int result, char *msg);
extern int chk_non_negative(int result, char *msg);
extern int hextoint(char c);
extern char *trim_end(const char *str, char c);