Codebase list mg / debian/20170828-2 funmap.h
debian/20170828-2

Tree @debian/20170828-2 (Download .tar.gz)

funmap.h @debian/20170828-2raw · history · blame

1
2
3
4
5
6
7
8
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 *);