]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Add declaration of genmsgid() and gendatestr()
authormmj <none@none>
Sat, 15 Jan 2005 10:46:12 +0000 (21:46 +1100)
committermmj <none@none>
Sat, 15 Jan 2005 10:46:12 +0000 (21:46 +1100)
include/strgen.h

index 78742166f18b8087ccd5438975e4d2509ae30de6..2438e9cf46b9044b097556d52678b30fecb5fc4b 100644 (file)
@@ -34,5 +34,7 @@ char *hostnamestr(void);
 char *mydirname(const char *path);
 char *mybasename(const char *path);
 char *cleanquotedp(const char *qpstr);
+char *genmsgid(void);
+char *gendatestr(void);
 
 #endif /* STRGEN_H */