xref: /openbsd-src/usr.bin/mg/funmap.h (revision f2da64fbbbf1b03f09f390ab01267c93dfd77c4c)
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 *);
10