lib/misc/exec.h
author "Tomas Zeman <tzeman@volny.cz>"
Sun, 20 Jan 2008 00:12:17 +0100
changeset 1 30113bfbe723
parent 0 6f7a81934006
permissions -rw-r--r--
Added tag vmailmgr-0.96.9 for changeset 6f7a81934006

#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__