summaryrefslogtreecommitdiff
path: root/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver.h')
-rw-r--r--driver.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/driver.h b/driver.h
deleted file mode 100644
index 4e25714f7..000000000
--- a/driver.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* $Id$ */
-
-#ifndef DRIVER_H
-#define DRIVER_H
-
-void LoadDriver(int driver, const char *name);
-
-bool GetDriverParamBool(const char* const* parm, const char* name);
-int GetDriverParamInt(const char* const* parm, const char* name, int def);
-
-char *GetDriverList(char *p, const char *last);
-
-#endif /* DRIVER_H */