X-Git-Url: https://pd.if.org/git/?p=pd_readline;a=blobdiff_plain;f=mg%2Ffunmap.h;fp=mg%2Ffunmap.h;h=acc24ae3172c5ddeb9a315c96bf9e7ebde0bb74d;hp=0000000000000000000000000000000000000000;hb=a9843085ec916c175bd245a8398f30e6cc03f984;hpb=26fe4e09c6c3c250334fdeed60ce3061febecde2 diff --git a/mg/funmap.h b/mg/funmap.h new file mode 100644 index 0000000..acc24ae --- /dev/null +++ b/mg/funmap.h @@ -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 *);