File: funmap.h

package info (click to toggle)
mg 20240709-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 760 kB
  • sloc: ansic: 15,622; sh: 78; makefile: 28
file content (10 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
/*	$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);