/*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * * @(#)extern.h 8.1 (Berkeley) 06/11/93 */ void addword __P((char *)); void badword __P((void)); char *batchword __P((FILE *)); void checkdict __P((void)); int checkword __P((char *, int, int *)); void cleanup __P((void)); void delay __P((int)); long dictseek __P((FILE *, long, int)); void findword __P((void)); void flushin __P((FILE *)); char *getline __P((char *)); void getword __P((char *)); int help __P((void)); int inputch __P((void)); int loaddict __P((FILE *)); int loadindex __P((char *)); void newgame __P((char *)); char *nextword __P((FILE *)); FILE *opendict __P((char *)); void playgame __P((void)); void prompt __P((char *)); void prtable __P((char *[], int, int, int, void (*)(char *[], int), int (*)(char *[], int))); void putstr __P((char *)); void redraw __P((void)); void results __P((void)); int setup __P((int, long)); void showboard __P((char *)); void showstr __P((char *, int)); void showword __P((int)); void starttime __P((void)); void startwords __P((void)); void stoptime __P((void)); int timerch __P((void)); void usage __P((void)); int validword __P((char *));