12 lines
318 B
Plaintext
Raw Normal View History

--- icb/protos.h.orig Fri Feb 24 16:20:25 1995
+++ icb/protos.h Sun Jan 16 01:47:15 2000
@@ -64,7 +64,7 @@
int inserttab(void);
int ishushed(char *nick);
int lcaseit(char *s);
-#ifdef linux
+#if defined(linux) || (defined(BSD) && BSD >= 199306)
int linebuffer(FILE *fp);
#else
int linebuffer(struct _iobuf *fp);