| changeset 0 | 6f7a81934006 |
| -1:000000000000 | 0:6f7a81934006 |
|---|---|
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__ |