repo.or.cz
/
linux_from_scratch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* Merged newxml into HEAD
[linux_from_scratch.git]
/
lfscmd
/
src
/
help.h
blob
7b3dcd0109d082650640b6d91ba3fc5e06c5fd7b
1
#ifndef HELP_H
2
#define HELP_H
3
4
extern
void
help
(
const char
*
prog
);
5
6
#endif