diff options
Diffstat (limited to 'uca-net-protocol.h')
-rw-r--r-- | uca-net-protocol.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/uca-net-protocol.h b/uca-net-protocol.h index 0b73c57..e28c13d 100644 --- a/uca-net-protocol.h +++ b/uca-net-protocol.h @@ -4,7 +4,8 @@ #include <gio/gio.h> typedef enum { - UCA_NET_MESSAGE_GET_PROPERTY = 0, + UCA_NET_MESSAGE_INVALID = 0, + UCA_NET_MESSAGE_GET_PROPERTY, UCA_NET_MESSAGE_SET_PROPERTY, UCA_NET_MESSAGE_START_RECORDING, UCA_NET_MESSAGE_STOP_RECORDING, |