home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / inetutils-1.2-src.tgz / tar.out / fsf / inetutils / libinetutils / stub_tgetent.c < prev    next >
Text File  |  1996-09-28  |  127b  |  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.