From 359e9b6c2b0cc4817b55338f0b89638945d98c50 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 24 Mar 2012 22:32:24 +0100 Subject: Rename methods to protocols; fix some command line parse bugs; implement most of the config file parser --- src/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index 61417fc..2f6b36a 100644 --- a/src/types.h +++ b/src/types.h @@ -66,6 +66,6 @@ typedef struct _fastd_peer_eth_addr fastd_peer_eth_addr; typedef struct _fastd_config fastd_config; typedef struct _fastd_context fastd_context; -typedef struct _fastd_method fastd_method; +typedef struct _fastd_protocol fastd_protocol; #endif /* _FASTD_TYPES_H_ */ -- cgit v1.2.3