xref: /openbsd/usr.bin/mg/funmap.h (revision f8588f90)
1 /*	$OpenBSD: funmap.h,v 1.8 2019/07/11 18:20:18 lum 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 *, int);
10 int		 numparams_function(PF);
11