summaryrefslogtreecommitdiff
path: root/libs.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs.h')
-rw-r--r--libs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libs.h b/libs.h
new file mode 100644
index 0000000..977665c
--- /dev/null
+++ b/libs.h
@@ -0,0 +1,7 @@
+#ifndef LIBS_H
+#define LIBS_H
+
+void addlibdir(char *path, int commandline);
+char *findlib(const char *lib);
+
+#endif