diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-10 14:19:38 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2006-09-10 14:19:38 +0000 |
commit | 11cda35f3270363752c1e298b56ab06e6cd04fbf (patch) | |
tree | 066b546a8fe7f03b3fc876b962d0df34ef2a3b32 /source/lib/replace/replace.h | |
parent | 78e8b3a77b4a64885cfc9e56bfc957f2f897f946 (diff) | |
download | samba-11cda35f3270363752c1e298b56ab06e6cd04fbf.tar.gz samba-11cda35f3270363752c1e298b56ab06e6cd04fbf.tar.xz samba-11cda35f3270363752c1e298b56ab06e6cd04fbf.zip |
r18343: fixed setlinebuf() prototype, added test for it, and use it in two
places to avoid a #ifdef
Diffstat (limited to 'source/lib/replace/replace.h')
-rw-r--r-- | source/lib/replace/replace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/replace/replace.h b/source/lib/replace/replace.h index ee86a81b5d3..7664c51a5da 100644 --- a/source/lib/replace/replace.h +++ b/source/lib/replace/replace.h @@ -140,7 +140,7 @@ int rep_setegid(gid_t); #ifndef HAVE_SETLINEBUF #define setlinebuf rep_setlinebuf -int rep_setlinebuf(FILE *); +void rep_setlinebuf(FILE *); #endif #ifndef HAVE_STRCASESTR |