diff options
Diffstat (limited to 'src/sp_utils.h')
| -rw-r--r-- | src/sp_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_utils.h b/src/sp_utils.h index 744bbff..24571ee 100644 --- a/src/sp_utils.h +++ b/src/sp_utils.h | |||
| @@ -53,7 +53,7 @@ | |||
| 53 | 53 | ||
| 54 | #define GET_SUFFIX(x) (x == 1) ? "st" : ((x == 2) ? "nd" : "th") | 54 | #define GET_SUFFIX(x) (x == 1) ? "st" : ((x == 2) ? "nd" : "th") |
| 55 | 55 | ||
| 56 | const char *get_ipaddr(); | 56 | const char *get_ipaddr(void); |
| 57 | void sp_log_msgf(char const *restrict feature, int level, int type, | 57 | void sp_log_msgf(char const *restrict feature, int level, int type, |
| 58 | const char *restrict fmt, ...); | 58 | const char *restrict fmt, ...); |
| 59 | int compute_hash(const char *const restrict filename, char *restrict file_hash); | 59 | int compute_hash(const char *const restrict filename, char *restrict file_hash); |
