summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/network.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/network.h b/include/network.h
index 777be11..d2e4edd 100644
--- a/include/network.h
+++ b/include/network.h
@@ -65,12 +65,6 @@ enum {
SEQ_BEFORE,
};
-enum {
- SAY_HELLO,
- HELLO_BACK,
- HELLO_DONE,
-};
-
int mcast_track_seq(uint32_t seq, uint32_t *exp_seq);
void mcast_track_update_seq(uint32_t seq);
int mcast_track_is_seq_set(void);