diff options
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/application.h b/src/application.h index ad8a7f5..1ad0c11 100644 --- a/src/application.h +++ b/src/application.h @@ -51,6 +51,9 @@ typedef struct MESSENGER_Application } MESSENGER_Application; void +application_clear(MESSENGER_Application *app); + +void application_init(MESSENGER_Application *app, int argc, char **argv); |