repo.or.cz
/
cake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix for building outside the source tree.
[cake.git]
/
workbench
/
c
/
HDTool
/
setup.h
blob
8d868717c09655c56cd7d6a43b8e39cb01096f3a
1
#ifndef SETUP_H
2
#define SETUP_H
3
4
#include <exec/types.h>
5
6
LONG
setup
(
char
*,
STRPTR
);
7
8
#endif
/* SETUP_H */
9