summaryrefslogtreecommitdiffstats
path: root/funtools/filter/dl.h
diff options
context:
space:
mode:
Diffstat (limited to 'funtools/filter/dl.h')
-rw-r--r--funtools/filter/dl.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/funtools/filter/dl.h b/funtools/filter/dl.h
deleted file mode 100644
index e3f1b09..0000000
--- a/funtools/filter/dl.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef __dl_h
-#define __dl_h
-
-#if HAVE_CONFIG_H
-#include "conf.h"
-#endif
-
-#ifdef HAVE_DLFCN_H
-#include <dlfcn.h>
-#endif
-
-#include "prsetup.h"
-
-_PRbeg
-
-void *DLOpen _PRx((char *name));
-void *DLSym _PRx((void *dl, char *name));
-int DLClose _PRx((void *dl));
-
-
-_PRend
-
-#endif