]> pd.if.org Git - pd_readline/blobdiff - mg/funmap.h
Added mg from an OpenBSD mirror site. Many thanks to the OpenBSD team and the mg...
[pd_readline] / mg / funmap.h
diff --git a/mg/funmap.h b/mg/funmap.h
new file mode 100644 (file)
index 0000000..acc24ae
--- /dev/null
@@ -0,0 +1,9 @@
+/*     $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 *);