diff options
Diffstat (limited to 'src/util/event.h')
-rw-r--r-- | src/util/event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/event.h b/src/util/event.h index 6901a2d..5caaaba 100644 --- a/src/util/event.h +++ b/src/util/event.h @@ -1,2 +1,3 @@ extern int event_init(struct lgsm_handle *lh); +extern int event_main(struct lgsm_handle *lh); |