prototypes for readline' and add_history'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1475 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-03-23 05:02:02 +00:00
parent f8ee9c5377
commit f378f2e5f0

View File

@@ -208,6 +208,13 @@ add_history(char *p)
{
}
#else
/* These should not really be here */
char *readline(char *);
void add_history(char *);
#endif
/*