File: funmap.h

package info (click to toggle)
mg 20161005-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 700 kB
  • ctags: 973
  • sloc: ansic: 14,256; makefile: 24; sh: 7
file content (9 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (5)
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 *);