lib/misc/passwdfn.h
changeset 0 6f7a81934006
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/misc/passwdfn.h	Wed Jan 16 22:39:43 2008 +0100
@@ -0,0 +1,8 @@
+#ifndef VMAILMGR__PASSWD_FN__H__
+#define VMAILMGR__PASSWD_FN__H__
+
+#include "mystring/mystring.h"
+
+mystring getpasswd(const char* program);
+
+#endif