X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Ftic.h;h=bba0c0ffbff40e44c7a5b00f44cb5eadd5a4ed5e;hp=24f12bcc79be1f447777abcdb84081f62034d267;hb=c633e5103a29a38532cf1925257b91cea33fd090;hpb=b1f61d9f3aa244512045a6b02e759825d7049d34 diff --git a/include/tic.h b/include/tic.h index 24f12bcc..bba0c0ff 100644 --- a/include/tic.h +++ b/include/tic.h @@ -32,9 +32,9 @@ ****************************************************************************/ /* + * $Id: tic.h,v 1.35 2000/09/09 19:47:16 tom Exp $ * tic.h - Global variables and structures for the terminfo * compiler. - * */ #ifndef __TIC_H @@ -237,6 +237,9 @@ extern const struct name_table_entry * const *_nc_get_hash_table(bool); #define TERMINFO "/usr/share/terminfo" #endif +/* access.c */ +extern char *_nc_basename(char *); + /* comp_hash.c: name lookup */ struct name_table_entry const *_nc_find_entry(const char *, const struct name_table_entry *const *);