repo.or.cz
/
dockapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wmail: updated change-log and bumped to 2.2.
[dockapps.git]
/
wmbiff
/
wmgeneral
/
misc.h
blob
2546bcb26ea0f25b6cd05e9d8eb67673621d8402
1
#ifndef __MISC_H
2
#define __MISC_H
3
4
#include <unistd.h>
5
6
extern
void
parse_command
(
char
*,
char
***,
int
*);
7
8
extern
pid_t
execCommand
(
const char
*);
9
#endif
/* __MISC_H */