Better message tracking and retrieve usb settings.

This commit is contained in:
Tim LaBerge
2012-02-26 08:29:43 -08:00
parent d92489348d
commit 87e6dcbb9c
4 changed files with 101 additions and 6 deletions

1
gui.h
View File

@@ -28,5 +28,6 @@ gboolean apply_current_preset_to_gui(gpointer data);
void gui_create(Device *device);
void gui_free();
gboolean unsupported_device_dialog(Device **device);
const gchar* get_message_name(MessageID msgid);
#endif /* GDIGI_GUI_H */