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/packet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/packet.h') diff --git a/src/packet.h b/src/packet.h index b206663..0960cce 100644 --- a/src/packet.h +++ b/src/packet.h @@ -43,7 +43,7 @@ typedef enum _fastd_handshake_record_type { RECORD_ERROR_DETAIL, RECORD_FLAGS, RECORD_MODE, - RECORD_METHOD_NAME, + RECORD_PROTOCOL_NAME, RECORD_MAX, } fastd_handshake_record_type; -- cgit v1.2.3