diff options
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index abcae139..6b8a1c1d 100644 --- a/include/common.h +++ b/include/common.h @@ -335,6 +335,7 @@ int is_uint(char *c); void delete_reol(char *c); int get_param(const char *param, int num, char *buf, int maxlen); int num_param(const char *param); +int calculate_item_nextcheck(int delay, int now); void set_result_type(AGENT_RESULT *result, char *c); |