1
0
mirror of https://github.com/gryf/wmtemp.git synced 2025-12-18 03:50:27 +01: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
wmgeneral/misc.h Normal file
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 */