lib/misc/maildir.h
changeset 0 6f7a81934006
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/misc/maildir.h	Wed Jan 16 22:39:43 2008 +0100
@@ -0,0 +1,11 @@
+#ifndef VMAILMGR__MAILDIR__H__
+#define VMAILMGR__MAILDIR__H__
+
+#include <sys/types.h>
+#include "mystring/mystring.h"
+
+int mkdirp(const mystring&, mode_t);
+bool make_maildir(const mystring&);
+bool delete_directory(const mystring&);
+
+#endif