summaryrefslogtreecommitdiff
path: root/clients/lib/strlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/lib/strlib.h')
-rw-r--r--clients/lib/strlib.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/clients/lib/strlib.h b/clients/lib/strlib.h
deleted file mode 100644
index db3d38c5..00000000
--- a/clients/lib/strlib.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
-** String library to LUA
-** TeCGraf - PUC-Rio
-** $Id: strlib.h,v 1.1 1993/12/17 18:41:19 celes Stab $
-*/
-
-
-#ifndef strlib_h
-
-void strlib_open (void);
-
-#endif
-