wmgtemp: Add verson 1.1 to repository.
[dockapps.git] / wmgtemp / src / wmgeneral / misc.h
blob602e1b76f6e7d4290443f4a45f7266be8ea335c2
1 #ifndef __MISC_H
2 #define __MISC_H
4 #include <unistd.h>
6 extern void parse_command(char *, char ***, int *);
8 extern pid_t execCommand(char *);
9 #endif /* __MISC_H */