summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/local.h
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-07-16 05:52:51 +0000
committertjr <tjr@FreeBSD.org>2004-07-16 05:52:51 +0000
commitb70b3092cc3d42ee415228c5c299658e2b290f84 (patch)
tree30f7ad5ee4d609afc324cd7c920ccd738ca733f7 /lib/libc/stdio/local.h
parent512d638b0144d892c6a381fc8b6688b30b4795ad (diff)
downloadFreeBSD-src-b70b3092cc3d42ee415228c5c299658e2b290f84.zip
FreeBSD-src-b70b3092cc3d42ee415228c5c299658e2b290f84.tar.gz
Rename slbexpand() to __slbexpand() and make it available outside
of fgetln.c (non-static).
Diffstat (limited to 'lib/libc/stdio/local.h')
-rw-r--r--lib/libc/stdio/local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdio/local.h b/lib/libc/stdio/local.h
index b1d92d9..16a9e78 100644
--- a/lib/libc/stdio/local.h
+++ b/lib/libc/stdio/local.h
@@ -57,6 +57,7 @@ extern wint_t __fgetwc(FILE *);
extern wint_t __fputwc(wchar_t, FILE *);
extern int __sflush(FILE *);
extern FILE *__sfp(void);
+extern int __slbexpand(FILE *, size_t);
extern int __srefill(FILE *);
extern int __sread(void *, char *, int);
extern int __swrite(void *, char const *, int);
OpenPOWER on IntegriCloud