Make termcap.c implementations consistent with tparam.h prototypes.
authorEli Zaretskii <eliz@gnu.org>
Sat, 12 Mar 2011 12:03:24 +0000 (14:03 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 12 Mar 2011 12:03:24 +0000 (14:03 +0200)
commit058e5dad0e18c6c67cf8ad7681f98f0768b60f31
tree74405be16e7109eff6f82029e93c537e58a100bc
parent7ac80be95aaa92eacb454d4fa6aa3d2f56058978
Make termcap.c implementations consistent with tparam.h prototypes.

 src/termcap.c [MSDOS]: Include "msdos.h.
 (find_capability, tgetnum, tgetflag, tgetstr, tputs, tgetent):
 Constify `char *' arguments and their references according to
 prototypes in tparam.h.
 src/deps.mk (termcap.o): Depend on tparam.h and msdos.h.
src/ChangeLog
src/deps.mk
src/termcap.c