1
0
mirror of https://github.com/gryf/wmtemp.git synced 2026-04-25 16:01:28 +02:00

initial import of wmtempmon

This commit is contained in:
2012-05-30 10:50:49 +02:00
commit 44276089b4
16 changed files with 1726 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef __MISC_H
#define __MISC_H
#include <unistd.h>
extern void parse_command(char *, char ***, int *);
extern pid_t execCommand(char *);
#endif /* __MISC_H */