commands/vcommand.h
changeset 0 6f7a81934006
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/commands/vcommand.h	Wed Jan 16 22:39:43 2008 +0100
@@ -0,0 +1,11 @@
+#ifndef VMAILMGR__V_COMMAND__H__
+#define VMAILMGR__V_COMMAND__H__
+
+#include "vdomain/vdomain.h"
+
+extern bool go_home();
+extern vdomain domain;
+extern mystring password_file;
+extern pwentry user;
+
+#endif