]> pd.if.org Git - pd_readline/blobdiff - mg/funmap.h
Getting close to a basic working readline now.
[pd_readline] / mg / funmap.h
diff --git a/mg/funmap.h b/mg/funmap.h
deleted file mode 100644 (file)
index acc24ae..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-/*     $OpenBSD: funmap.h,v 1.7 2008/06/10 00:19:31 kjell Exp $        */
-
-/* This file is in the public domain */
-
-void            funmap_init(void);
-PF              name_function(const char *);
-const char     *function_name(PF);
-struct list    *complete_function_list(const char *);
-int             funmap_add(PF, const char *);