Changeset View
Changeset View
Standalone View
Standalone View
contrib/mg/funmap.h
- This file was added.
| /* $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); | |||||