From f3a485b283141787667ea98b8e0a8687f07d9062 Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 1 Jan 2004 01:25:04 +0000 Subject: A few tweaks and added an extra variable (showmatch) --- src/pop3.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pop3.c') diff --git a/src/pop3.c b/src/pop3.c index d9fab19..c6b6fe1 100644 --- a/src/pop3.c +++ b/src/pop3.c @@ -44,6 +44,9 @@ static const char id[]="$Id$"; #include "dstring.h" #include "util.h" +static const char header_id[]=KBS_POP3_H; +static const char message_id[]=KBS_MSG_H; + /* ---------------------------------------- CONSTANTS */ -- cgit v1.2.3