From bd8dcb97354bc29050e5aefe957c651bf2fedd07 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 3 Apr 2012 01:27:27 +0200 Subject: Keep list of strings allocated by the lexer --- src/types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index 684fe4a..390b145 100644 --- a/src/types.h +++ b/src/types.h @@ -69,6 +69,8 @@ typedef struct _fastd_protocol fastd_protocol; typedef struct _fastd_handshake fastd_handshake; +typedef struct _fastd_config_str fastd_config_str; + /* May be defined by the protocol however it likes */ typedef struct _fastd_protocol_config fastd_protocol_config; typedef struct _fastd_protocol_peer_config fastd_protocol_peer_config; -- cgit v1.2.3