diff options
author | Ian C <ianc@noddybox.co.uk> | 2004-01-01 01:25:04 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2004-01-01 01:25:04 +0000 |
commit | f3a485b283141787667ea98b8e0a8687f07d9062 (patch) | |
tree | 2c5234cb3408979109e987737a6197ec2085ec7e /src/pop3.c | |
parent | 9d6402a5215920987fb10e5b35f35b93f1c6f725 (diff) |
A few tweaks and added an extra variable (showmatch)
Diffstat (limited to 'src/pop3.c')
-rw-r--r-- | src/pop3.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 */ |