dockapps/wmtime/wmgeneral/misc.h
2012-10-30 16:03:12 +00:00

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 */