Codebase list mg / fresh-snapshots/main funmap.h
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

funmap.h @fresh-snapshots/mainraw · history · blame

/*	$OpenBSD: funmap.h,v 1.8 2019/07/11 18:20:18 lum 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 *, int);
int		 numparams_function(PF);