[BACK]Return to funmap.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Annotation of src/usr.bin/mg/funmap.h, Revision 1.8

1.8     ! lum         1: /*     $OpenBSD: funmap.h,v 1.7 2008/06/10 00:19:31 kjell Exp $        */
1.7       kjell       2:
                      3: /* This file is in the public domain */
1.2       art         4:
1.4       db          5: void            funmap_init(void);
                      6: PF              name_function(const char *);
                      7: const char     *function_name(PF);
1.6       deraadt     8: struct list    *complete_function_list(const char *);
1.8     ! lum         9: int             funmap_add(PF, const char *, int);
        !            10: int             numparams_function(PF);