home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gnunet10.zip / source / libinetutils / stub_tgetent.c < prev    next >
Encoding:
Text File  |  1996-07-27  |  128 b   |  7 lines

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