repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed out-by-one error in previous commit.
[AROS.git]
/
workbench
/
c
/
HDTool
/
install.h
blob
699f37c30ccd72822670a5af231056b636241797
1
#ifndef INSTALL_H
2
#define INSTALL_H
3
4
#include <exec/types.h>
5
6
LONG
install
(
char
*,
STRPTR
);
7
8
#endif
/* INSTALL_H */
9