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:
9
wmgeneral/misc.h
Normal file
9
wmgeneral/misc.h
Normal 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 */
|
||||
Reference in New Issue
Block a user