lib/misc/lookup.h
changeset 0 6f7a81934006
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/misc/lookup.h	Wed Jan 16 22:39:43 2008 +0100
@@ -0,0 +1,10 @@
+#ifndef VMAILMGR__LOOKUP__H__
+#define VMAILMGR__LOOKUP__H__
+
+#include "misc/pwentry.h"
+
+extern bool is_local(mystring);
+extern mystring find_virtual(mystring);
+extern bool lookup_baseuser(mystring fulluser, pwentry* &pw, mystring& virtname);
+
+#endif // VMAILMGR__LOOKUP__H__