Fix problem with title bar
[fsviewer.git] / src / misc.h
blobfe0d66ae55ad6357f23029c613a050a837209dae
1 #ifndef __MISC_H
2 #define __MISC_H
4 #include <sys/types.h>
5 #include <unistd.h>
7 extern void parse_command(char *, char ***, int *);
9 extern pid_t execCommand(char *);
11 #endif /* __MISC_H */