ec_gtk3.h (ettercap-0.8.3) | : | ec_gtk3.h (ettercap-0.8.3.1) | ||
---|---|---|---|---|
skipping to change at line 158 | skipping to change at line 158 | |||
extern void gtkui_log_all(GSimpleAction *action, GVariant *value, gpointer data) ; | extern void gtkui_log_all(GSimpleAction *action, GVariant *value, gpointer data) ; | |||
extern void gtkui_log_info(GSimpleAction *action, GVariant *value, gpointer data ); | extern void gtkui_log_info(GSimpleAction *action, GVariant *value, gpointer data ); | |||
extern void gtkui_log_msg(GSimpleAction *action, GVariant *value, gpointer data) ; | extern void gtkui_log_msg(GSimpleAction *action, GVariant *value, gpointer data) ; | |||
extern void gtkui_stop_log(GSimpleAction *action, GVariant *value, gpointer data ); | extern void gtkui_stop_log(GSimpleAction *action, GVariant *value, gpointer data ); | |||
extern void gtkui_stop_msg(GSimpleAction *action, GVariant *value, gpointer data ); | extern void gtkui_stop_msg(GSimpleAction *action, GVariant *value, gpointer data ); | |||
/* ec_gtk3_plugins.c */ | /* ec_gtk3_plugins.c */ | |||
extern void gtkui_plugin_mgmt(GSimpleAction *action, GVariant *value, gpointer d ata); | extern void gtkui_plugin_mgmt(GSimpleAction *action, GVariant *value, gpointer d ata); | |||
extern void gtkui_plugin_load(GSimpleAction *action, GVariant *value, gpointer d ata); | extern void gtkui_plugin_load(GSimpleAction *action, GVariant *value, gpointer d ata); | |||
extern gboolean gtkui_refresh_plugin_list(gpointer data); | extern gboolean gtkui_refresh_plugin_list(gpointer data); | |||
extern gboolean gtkui_plugins_autostart(gpointer data); | ||||
/* ec_gtk3_view_connections.c */ | /* ec_gtk3_view_connections.c */ | |||
extern void gtkui_show_connections(GSimpleAction *action, GVariant *value, gpoin ter data); | extern void gtkui_show_connections(GSimpleAction *action, GVariant *value, gpoin ter data); | |||
/* ec_gtk3_conf.c */ | /* ec_gtk3_conf.c */ | |||
extern void gtkui_conf_set(char *name, short value); | extern void gtkui_conf_set(char *name, short value); | |||
extern short gtkui_conf_get(char *name); | extern short gtkui_conf_get(char *name); | |||
extern void gtkui_conf_read(void); | extern void gtkui_conf_read(void); | |||
extern void gtkui_conf_save(void); | extern void gtkui_conf_save(void); | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |