home *** CD-ROM | disk | FTP | other *** search
- /*
- * Definitions and prototypes for use with TifaWARE libraries.
- */
-
- /* AT&T pd program option processing code. */
- extern int opterr, optind;
- extern char *optarg;
- extern int getopt(int, char **, char *);
-
- /* TifaWARE's own error message handler. */
- extern void write_errmsg(const char *, ...);
-
- /* Rich $alz's pattern-matching code. */
- extern int wildmat(char *, char *);
-
- /* TifaWARE's own directory scan function. */
- extern int scan_dir(char *, char *, int, char **, int);
-