1 /* @(#) $Id: ec.h 1008 2009-07-16 03:11:36Z leres $ (LBL) */
2 
3 typedef int (*ec_process)(u_int32_t, const char *);
4 
5 char	*e2str(const u_char *);
6 int	ec_add(u_int32_t, const char *);
7 char	*ec_find(const u_char *);
8 int	ec_loop(FILE *, ec_process, const char *);
9 int	isdecnet(const u_char *);
10 int	str2e(const char *, u_char *);
11