home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / inetutil.1 / inetutil / inetutils-1.1 / libinetutils / stub_tgetent.c < prev    next >
Encoding:
Text File  |  1996-07-10  |  127 b   |  8 lines

  1. /* Return an error saying we couldn't find any termcap database.  */
  2. int
  3. tgetent (buf, type)
  4. char *buf, *type
  5. {
  6.   return -1;
  7. }
  8.