Better message tracking.

This commit is contained in:
Tim LaBerge
2012-03-31 18:18:00 -07:00
parent f3dbaf43ec
commit dd1f4408c9
4 changed files with 101 additions and 6 deletions

1
gui.h
View File

@@ -29,5 +29,6 @@ void gui_create(Device *device);
void gui_free();
gboolean unsupported_device_dialog(Device **device);
gint select_device_dialog (GList *devices);
const gchar* get_message_name(MessageID msgid);
#endif /* GDIGI_GUI_H */