aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp/rlcrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'plpftp/rlcrap.c')
-rw-r--r--plpftp/rlcrap.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/plpftp/rlcrap.c b/plpftp/rlcrap.c
deleted file mode 100644
index 519daf3..0000000
--- a/plpftp/rlcrap.c
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Woraround for crappy readline.h which defines wrong prototypes.
- */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-#if HAVE_LIBREADLINE
-#include <stdio.h>
-#include "rlcrap.h"
-
-CPFunction *cmdgen_ptr;
-CPFunction *fnmgen_ptr;
-
-void rlcrap_setpointers(CorrectFunProto cgp, CorrectFunProto fgp) {
- cmdgen_ptr = cgp;
- fnmgen_ptr = fgp;
-}
-#endif