summaryrefslogtreecommitdiff
path: root/src/pop3.c
diff options
context:
space:
mode:
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
*/