Remove redundant declaration of exit_application().

Change-Id: I60c9236a53083f14d1f7b94c7db66172944d17bf
Reviewed-on: https://code.wireshark.org/review/26575
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2018-03-20 10:56:25 -07:00
parent f2ada50351
commit ed3a9eb41c
1 changed files with 0 additions and 3 deletions

View File

@ -14,9 +14,6 @@
extern "C" {
#endif /* __cplusplus */
/* UI-specific exit routine. */
extern void exit_application(int status);
extern void commandline_print_usage(gboolean for_help_option);
extern void commandline_early_options(int argc, char *argv[],