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
wmtop: Add version 0.84 to repository.
[dockapps.git]
/
wmtop
/
wmgeneral
/
misc.h
blob
602e1b76f6e7d4290443f4a45f7266be8ea335c2
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
(
char
*);
9
#endif
/* __MISC_H */