24bdc54bb7
From https://web.archive.org/web/20021210035511/http://lucille.dhs.org/washerDryer-1.1.tar.bz2
10 lines
167 B
C
10 lines
167 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 */
|