Fixed out-by-one error in previous commit.
[AROS.git] / workbench / c / HDTool / install.h
blob699f37c30ccd72822670a5af231056b636241797
1 #ifndef INSTALL_H
2 #define INSTALL_H
4 #include <exec/types.h>
6 LONG install(char *, STRPTR);
8 #endif /* INSTALL_H */