repo.or.cz
/
fsviewer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix problem with title bar
[fsviewer.git]
/
src
/
misc.h
blob
fe0d66ae55ad6357f23029c613a050a837209dae
1
#ifndef __MISC_H
2
#define __MISC_H
3
4
#include <sys/types.h>
5
#include <unistd.h>
6
7
extern
void
parse_command
(
char
*,
char
***,
int
*);
8
9
extern
pid_t
execCommand
(
char
*);
10
11
#endif
/* __MISC_H */