aboutsummaryrefslogtreecommitdiff
path: root/getln.h
diff options
context:
space:
mode:
Diffstat (limited to 'getln.h')
-rw-r--r--getln.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/getln.h b/getln.h
new file mode 100644
index 0000000..3cae45f
--- /dev/null
+++ b/getln.h
@@ -0,0 +1,10 @@
+#ifndef GETLN_H
+#define GETLN_H
+
+#include "buffer.h"
+#include "stralloc.h"
+
+extern int getln(buffer *,stralloc *,int *,int);
+extern int getln2(buffer *,stralloc *,char **,unsigned int *,int);
+
+#endif