21625f40b5
I tried to get the latest versions from dockapps.org, but I haven't tested any of them. More dockapps will be added as time permits.
10 lines
165 B
C
10 lines
165 B
C
#ifndef __MISC_H
|
|
#define __MISC_H
|
|
|
|
#include <unistd.h>
|
|
|
|
extern void parse_command(char *, char ***, int *);
|
|
|
|
extern pid_t execCommand(char *);
|
|
#endif /* __MISC_H */
|