muimaster.library: support Listview_List in List
[AROS.git] / compiler / posixc / __exec.h
blob4b740acb85908cb3d7701b7a105f216781efbdcd
1 /*
2 Copyright © 2008-2009, The AROS Development Team. All rights reserved.
3 $Id$
4 */
5 #ifndef __EXEC_H
6 #define __EXEC_H
8 #include <stdarg.h>
10 APTR __exec_prepare(const char *filename, int searchpath, char *const argv[], char *const envp[]);
11 void __exec_do(APTR id);
12 char *const *__exec_valist2array(const char *arg1, va_list list);
13 void __exec_cleanup_array();
15 #endif //__EXEC_H