Prototype wcsl*

This commit is contained in:
Felicity Tarnell 2014-03-08 13:08:55 +00:00
parent 1758e63f6b
commit 2e64382573

8
tts.h
View file

@ -65,4 +65,12 @@ void hist_add(history_t *, wchar_t const *);
extern history_t *searchhist; extern history_t *searchhist;
extern history_t *prompthist; extern history_t *prompthist;
#ifndef HAVE_WCSLCPY
size_t wcslcat(wchar_t *s1, const wchar_t *s2, size_t n);
#endif
#ifndef HAVE_WCSLCAT
size_t wcslcpy(wchar_t *s1, const wchar_t *s2, size_t n);
#endif
#endif /* !TTS_H */ #endif /* !TTS_H */