summaryrefslogtreecommitdiffstats
path: root/src/prefsdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prefsdialog.h')
-rw-r--r--src/prefsdialog.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/prefsdialog.h b/src/prefsdialog.h
new file mode 100644
index 0000000..63c966c
--- /dev/null
+++ b/src/prefsdialog.h
@@ -0,0 +1,10 @@
+/* -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+#ifndef _GSM_PREFS_DIALOG_H_
+#define _GSM_PREFS_DIALOG_H_
+
+#include "application.h"
+
+void create_preferences_dialog (GsmApplication *app);
+void on_bits_unit_button_toggled (GtkToggleButton *togglebutton, gpointer bits_total_button);
+
+#endif /* _GSM_PREFS_DIALOG_H_ */