aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/export_pdu_dlg.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2014-01-20 05:51:10 +0000
committerAnders Broman <anders.broman@ericsson.com>2014-01-20 05:51:10 +0000
commite45896cafc3f6f2b452d80396d38ea0accd3510e (patch)
tree02e9a49a5a2fd94eac88124ac622222227a3b80d /ui/gtk/export_pdu_dlg.h
parenta8002aa0b74e747d835889d8897c5733ba052ee0 (diff)
Split the GUI and the tap part to make it possible to adapt to Qt.
svn path=/trunk/; revision=54850
Diffstat (limited to 'ui/gtk/export_pdu_dlg.h')
-rw-r--r--ui/gtk/export_pdu_dlg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/export_pdu_dlg.h b/ui/gtk/export_pdu_dlg.h
index b6bed05428..eba66720a1 100644
--- a/ui/gtk/export_pdu_dlg.h
+++ b/ui/gtk/export_pdu_dlg.h
@@ -27,7 +27,7 @@
#define __EXPORT_PDU_DLG_H__
void export_pdu_show_cb(GtkWidget *widget, gpointer data);
-void do_export_pdu(gpointer data);
+void export_pdu_action(gpointer data);
#endif /* __EXPORT_PDU_DLG_H__ */