blob: 63c966ce0a8ab56e5901a33909a0c98524fd973c (
plain)
1
2
3
4
5
6
7
8
9
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_ */
|