summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/lib/getline.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cvs/lib/getline.h')
-rw-r--r--contrib/cvs/lib/getline.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/contrib/cvs/lib/getline.h b/contrib/cvs/lib/getline.h
deleted file mode 100644
index 3bbad56..0000000
--- a/contrib/cvs/lib/getline.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef _getline_h_
-#define _getline_h_ 1
-
-#include <stdio.h>
-
-#if defined (__GNUC__) || (defined (__STDC__) && __STDC__)
-#define __PROTO(args) args
-#else
-#define __PROTO(args) ()
-#endif /* GCC. */
-
-#define GETLINE_NO_LIMIT -1
-
-int
- getline __PROTO ((char **_lineptr, size_t *_n, FILE *_stream));
-int
- getline_safe __PROTO ((char **_lineptr, size_t *_n, FILE *_stream,
- int limit));
-int
- getstr __PROTO ((char **_lineptr, size_t *_n, FILE *_stream,
- int _terminator, int _offset, int limit));
-
-#endif /* _getline_h_ */
OpenPOWER on IntegriCloud