1
0
mirror of https://github.com/gryf/wmtemp.git synced 2025-12-17 11:30:22 +01:00
Files
wmtemp/wmgeneral/misc.h
2012-05-30 10:50:49 +02: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 */