From: mmj Date: Thu, 17 Jun 2004 19:00:28 +0000 (+1000) Subject: struct strlist; X-Git-Tag: RELEASE_1_0_0~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7aaa0344710336dcd5507afeca12f6345929a2c4;p=thirdparty%2Fmlmmj.git struct strlist; --- diff --git a/include/mlmmj.h b/include/mlmmj.h index 7534750b..7b1536e1 100644 --- a/include/mlmmj.h +++ b/include/mlmmj.h @@ -42,6 +42,11 @@ mlmmj-maintd runs daemonized? 7200s is 2 hours */ #define MAINTD_LOGFILE "mlmmj-maintd.lastrun.log" +struct strlist { + int count; + char **strs; +}; + struct mailhdr { const char *token; int valuecount;