diff options
Diffstat (limited to 'include/types.h')
-rw-r--r-- | include/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h index ac70c34f..e5edab96 100644 --- a/include/types.h +++ b/include/types.h @@ -51,6 +51,7 @@ typedef struct input *uw_input; #define TIMES_MAX 100 typedef void (*uw_callback)(void *); +typedef void (*uw_callback_with_retry)(void *, int will_retry); typedef void (*uw_logger)(void*, const char *fmt, ...); typedef struct { |