=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sectok/Attic/sc.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/sectok/Attic/sc.h 2001/07/26 16:10:01 1.7 +++ src/usr.bin/sectok/Attic/sc.h 2001/08/02 17:09:19 1.8 @@ -1,4 +1,4 @@ -/* $Id: sc.h,v 1.7 2001/07/26 16:10:01 rees Exp $ */ +/* $Id: sc.h,v 1.8 2001/08/02 17:09:19 rees Exp $ */ /* * Smartcard commander. @@ -37,6 +37,11 @@ extern int port, fd, cla, aut0_vfyd; extern FILE *cmdf; + +extern struct dispatchtable { + char *cmd, *help; + int (*action) (int ac, char *av[]); +} dispatch_table[]; int dispatch(int ac, char *av[]); int help(int ac, char *av[]);