]> pd.if.org Git - pd_readline/blob - mg/funmap.h
Added mg from an OpenBSD mirror site. Many thanks to the OpenBSD team and the mg...
[pd_readline] / mg / funmap.h
1 /*      $OpenBSD: funmap.h,v 1.7 2008/06/10 00:19:31 kjell Exp $        */
2
3 /* This file is in the public domain */
4
5 void             funmap_init(void);
6 PF               name_function(const char *);
7 const char      *function_name(PF);
8 struct list     *complete_function_list(const char *);
9 int              funmap_add(PF, const char *);