diff options
Diffstat (limited to 'contrib/csup/misc.h')
-rw-r--r-- | contrib/csup/misc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/csup/misc.h b/contrib/csup/misc.h index 47f9767..f0d0352 100644 --- a/contrib/csup/misc.h +++ b/contrib/csup/misc.h @@ -99,6 +99,7 @@ struct backoff_timer; struct pattlist; struct tm; +int asciitoint(const char *, int *, int); int lprintf(int, const char *, ...) __printflike(2, 3); int MD5_File(char *, char *); void MD5_End(char *, MD5_CTX *); @@ -125,4 +126,5 @@ struct backoff_timer *bt_new(time_t, time_t, float, float); time_t bt_get(struct backoff_timer *); void bt_pause(struct backoff_timer *); void bt_free(struct backoff_timer *); + #endif /* !_MISC_H_ */ |