compile with -ansi

This commit is contained in:
Tomasz Moń
2009-03-03 22:39:55 +01:00
parent 157fba0380
commit 49b7f42012
5 changed files with 62 additions and 58 deletions

View File

@@ -457,7 +457,7 @@ enum {
PRESETS_FACTORY2 = 5,
/* Version 2 and later */
PRESETS_EXTERNAL = 6,
PRESETS_EXTERNAL = 6
};
enum {
@@ -511,7 +511,7 @@ enum {
RECEIVE_DEVICE_NOTIFICATION = 0x70,
ACK = 0x7E,
NACK = 0x7F,
NACK = 0x7F
};
void send_message(gint procedure, gchar *data, gint len);