| author | "Tomas Zeman <tzeman@volny.cz>" |
| Wed, 16 Jan 2008 22:39:43 +0100 | |
| changeset 0 | 6f7a81934006 |
| permissions | -rw-r--r-- |
| 0 | 1 |
#ifndef VMAILMGR__EXEC__H__ |
2 |
#define VMAILMGR__EXEC__H__ |
|
3 |
||
4 |
#include "vpwentry/vpwentry.h" |
|
5 |
#include "misc/strlist.h" |
|
6 |
||
7 |
int presetenv(const char* prefix, const mystring& value); |
|
8 |
||
9 |
int execute_one(const char* args[]); |
|
10 |
int execute(const mystring& name); |
|
11 |
||
12 |
#endif // VMAILMGR__EXEC__H__ |