summaryrefslogtreecommitdiffstats
path: root/src/types.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-04-03 01:27:27 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-04-03 01:27:27 +0200
commitbd8dcb97354bc29050e5aefe957c651bf2fedd07 (patch)
treea2136790e88df12a0a7607811c02fc05f3413e2c /src/types.h
parenta25640e3b49e7abdf8930d9439a85d066b5235f2 (diff)
downloadfastd-bd8dcb97354bc29050e5aefe957c651bf2fedd07.tar
fastd-bd8dcb97354bc29050e5aefe957c651bf2fedd07.zip
Keep list of strings allocated by the lexer
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h2
1 files changed, 2 insertions, 0 deletions
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;