summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPixel <>2001-04-16 17:13:24 +0000
committerPixel <>2001-04-16 17:13:24 +0000
commitfc38c729eed19df92d2294fab1491810e86252ec (patch)
tree68480f12c00027de05b3838ddb8b0ba5f2385595 /include
parentd37b3b2214afdcad845958b8f4d2af1af57bf08b (diff)
Linker.h (oops)
Diffstat (limited to 'include')
-rw-r--r--include/linker.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linker.h b/include/linker.h
new file mode 100644
index 0000000..884b71e
--- /dev/null
+++ b/include/linker.h
@@ -0,0 +1,7 @@
+#ifndef __LINKER_H__
+#define __LINKER_H__
+void addfile(char *);
+void dumpfile(char *);
+void init(int);
+void flush(void);
+#endif