diff options
Diffstat (limited to 'src/types.h')
-rw-r--r-- | src/types.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h index 2f6b36a..9e6e668 100644 --- a/src/types.h +++ b/src/types.h @@ -68,4 +68,8 @@ typedef struct _fastd_context fastd_context; typedef struct _fastd_protocol fastd_protocol; +/* May be defined by the protocol however it likes */ +typedef struct _fastd_protocol_context fastd_protocol_context; +typedef struct _fastd_protocol_peer_state fastd_protocol_peer_state; + #endif /* _FASTD_TYPES_H_ */ |