flist request
[reposerve] / src / proto.h
index e7a043a..3ed1ae7 100644 (file)
@@ -31,4 +31,7 @@ void flist_destroy(struct flist *flist);
 int flist_add(struct flist *flist, const char *fname, int contents);
 int flist_finalize(struct flist *flist);
 
+int read_line(int s, char *buf, int bufsz);
+int read_resp(int s);
+
 #endif /* PROTO_H_ */