chiark / gitweb /
disorder.h: more consistent approach to function attributes
[disorder] / lib / inputline.h
index a844194c6382fe5fa853143f58b8d4ed7854f276..8f8761b0d5ac80168cffecd0a95e4aecdb53259a 100644 (file)
@@ -22,6 +22,9 @@
 #ifndef INPUTLINE_H
 #define INPUTLINE_H
 
+struct source;
+
+int inputlines(const char *tag, struct source *s, char **lp, int newline);
 int inputline(const char *tag, FILE *fp, char **lp, int newline);
 /* read characters from @fp@ until @newline@ is encountered.  Store
  * them (excluding @newline@) via @lp@.  Return 0 on success, -1 on