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