Move make-manuf to the tools directory.
[obnox/wireshark/wip.git] / ui_util.h
index 8a4dc37c5bb43cbe0979fa6a715d09a7334b54b9..ef85561643b5653fee8cf8e94b4bbe3673e04196 100644 (file)
--- a/ui_util.h
+++ b/ui_util.h
@@ -43,7 +43,7 @@ extern "C" {
 void set_main_window_name(const gchar *);
 /* Update the name of the main window if the user-specified decoration
    changed. */
-void update_main_window_name(void);
+void update_main_window_title(void);
 /* update the main window */
 extern void main_window_update(void);
 /* exit the main window */
@@ -77,6 +77,7 @@ void new_packet_list_select_last_row(void);
 void new_packet_list_moveto_end(void);
 gboolean new_packet_list_check_end(void);
 gint new_packet_list_find_row_from_data(gpointer data, gboolean select);
+void new_packet_list_resize_column(gint col);
 #else
 /* packet list related functions */
 void packet_list_clear(void);