From 2ffca7de4ef14aa03bc5a855005edbc9849862a7 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 26 Mar 2012 19:16:29 +0200 Subject: Move around some structure fields --- src/types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index 9e6e668..0713250 100644 --- a/src/types.h +++ b/src/types.h @@ -69,7 +69,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_config fastd_protocol_config; +typedef struct _fastd_protocol_peer_config fastd_protocol_peer_config; typedef struct _fastd_protocol_peer_state fastd_protocol_peer_state; #endif /* _FASTD_TYPES_H_ */ -- cgit v1.2.3