3e9e54c1e4
Source obtained from: http://ftp.de.debian.org/debian/pool/main/w/wmifs/wmifs_1.3b1.orig.tar.gz
10 lines
165 B
C
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 */
|