summaryrefslogtreecommitdiff
path: root/src/pop3.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2004-01-01 01:25:04 +0000
committerIan C <ianc@noddybox.co.uk>2004-01-01 01:25:04 +0000
commitf3a485b283141787667ea98b8e0a8687f07d9062 (patch)
tree2c5234cb3408979109e987737a6197ec2085ec7e /src/pop3.c
parent9d6402a5215920987fb10e5b35f35b93f1c6f725 (diff)
A few tweaks and added an extra variable (showmatch)
Diffstat (limited to 'src/pop3.c')
-rw-r--r--src/pop3.c3
1 files changed, 3 insertions, 0 deletions
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
*/