chiark / gitweb /
disobedience, playrtp: Have `playrtp' handle volume control.
[disorder] / lib / inputline.h
index c9a0449ea815054c73656b96bd62ea1c426f44ce..8f8761b0d5ac80168cffecd0a95e4aecdb53259a 100644 (file)
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+/** @file lib/inputline.h
+ * @brief Line input
+ */
 
 #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