X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Ftic.h;h=21749f9bec77deac68c4bf5b8caa769563b905c6;hp=94e609354f7b44d964718006b1c740bc12f13dda;hb=44a4147009bf2978d342175fb52b7f0999e11b5f;hpb=8e25fff6a5f576b6dc35eb02b9783fa58680d07b diff --git a/include/tic.h b/include/tic.h index 94e60935..21749f9b 100644 --- a/include/tic.h +++ b/include/tic.h @@ -33,7 +33,7 @@ ****************************************************************************/ /* - * $Id: tic.h,v 1.66 2011/07/30 21:28:43 tom Exp $ + * $Id: tic.h,v 1.67 2011/10/08 21:00:50 tom Exp $ * tic.h - Global variables and structures for the terminfo * compiler. */ @@ -315,23 +315,6 @@ extern NCURSES_EXPORT_VAR(int) _nc_nulls_sent; /* Add one for every null sent * extern const char * _nc_progname; /* db_iterator.c */ -typedef enum { - dbdTIC = 0, -#if USE_DATABASE - dbdEnvOnce, - dbdHome, - dbdEnvList, - dbdCfgList, - dbdCfgOnce, -#endif -#if USE_TERMCAP - dbdEnvOnce2, - dbdEnvList2, - dbdCfgList2, -#endif - dbdLAST -} DBDIRS; - extern NCURSES_EXPORT(const char *) _nc_next_db(DBDIRS *, int *); extern NCURSES_EXPORT(const char *) _nc_tic_dir (const char *); extern NCURSES_EXPORT(void) _nc_first_db(DBDIRS *, int *);