diff options
author | David Phillips <david@sighup.nz> | 2018-06-27 22:25:33 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2018-06-27 22:25:33 +1200 |
commit | 79e165107f67a4df7ba71fb3266eed55155a20c4 (patch) | |
tree | ed3f937dbd8e03550c57312daee8360e4c9bacda /inc | |
parent | ee4b21dbeb516c06453c2ac6d78b7e02c1b485ce (diff) | |
download | alarmd-79e165107f67a4df7ba71fb3266eed55155a20c4.tar.xz |
Remove unused port definition in proto
Diffstat (limited to 'inc')
-rw-r--r-- | inc/alarmd_proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/inc/alarmd_proto.h b/inc/alarmd_proto.h index 3082424..7a00252 100644 --- a/inc/alarmd_proto.h +++ b/inc/alarmd_proto.h @@ -4,8 +4,6 @@ #include <stdint.h> #include <uuid/uuid.h> -#define ALARMD_PORT "1433" - enum alarmd_packet_type { ALARMD_PACKET_TYPE_REGISTER, ALARMD_PACKET_TYPE_DEREGISTER, |