]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
struct strlist;
authormmj <none@none>
Thu, 17 Jun 2004 19:00:28 +0000 (05:00 +1000)
committermmj <none@none>
Thu, 17 Jun 2004 19:00:28 +0000 (05:00 +1000)
include/mlmmj.h

index 7534750b416f3d0a5afadbdd3ed0d351c744da11..7b1536e154f1dc4d8fa23080c6ddd1b04b2a4869 100644 (file)
                             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;