summaryrefslogtreecommitdiff
path: root/ui/ui_util.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-08-23 18:42:48 +0000
committerGerald Combs <gerald@wireshark.org>2012-08-23 18:42:48 +0000
commit5adc43f5977a16a9c9bfa81b37b69091ce234e9a (patch)
treeceb6f4c63d6cea857d0469d7217723439b2cf37e /ui/ui_util.h
parent6b26e33c607410212efce9b0abfd7248d9f1a95e (diff)
downloadwireshark-5adc43f5977a16a9c9bfa81b37b69091ce234e9a.tar.gz
Move the pipe input routines to the common UI directory.
svn path=/trunk/; revision=44644
Diffstat (limited to 'ui/ui_util.h')
-rw-r--r--ui/ui_util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/ui_util.h b/ui/ui_util.h
index 0afadca0cc..0132148e5d 100644
--- a/ui/ui_util.h
+++ b/ui/ui_util.h
@@ -56,11 +56,6 @@ extern void main_window_nested_quit(void);
/* quit the main window */
extern void main_window_quit(void);
-/* 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 */
-extern void pipe_input_set_handler(gint source, gpointer user_data, int *child_process, pipe_input_cb_t input_cb);
-
/* packet_list.c */
void new_packet_list_clear(void);