gui_utils(.c): fix no previous prototype for ‘exit_application’ [-Wmissing-prototypes]

Change-Id: I975fdc9ce7aa53208fc13cc76dcf0bb7a4a58bcd
Reviewed-on: https://code.wireshark.org/review/26569
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Alexis La Goutte 2018-03-20 12:14:31 +00:00 committed by Guy Harris
parent 4bff0e6dd1
commit f2ada50351
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ extern void main_window_nested_quit(void);
/* quit the main window */
extern void main_window_quit(void);
extern void exit_application(int status);
/* read from a pipe (callback) */
typedef gboolean (*pipe_input_cb_t) (gint source, gpointer user_data);
/* install callback function, called if pipe input is available */