lib/misc/exec.h
changeset 0 6f7a81934006
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/misc/exec.h	Wed Jan 16 22:39:43 2008 +0100
@@ -0,0 +1,12 @@
+#ifndef VMAILMGR__EXEC__H__
+#define VMAILMGR__EXEC__H__
+
+#include "vpwentry/vpwentry.h"
+#include "misc/strlist.h"
+
+int presetenv(const char* prefix, const mystring& value);
+
+int execute_one(const char* args[]);
+int execute(const mystring& name);
+
+#endif // VMAILMGR__EXEC__H__