X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=reposerve;a=blobdiff_plain;f=src%2Fproto.h;h=3ed1ae7dcde156263c0c80d31bb4ace200537691;hp=e7a043a8575ef92ea7f568fdc47f4e7b47def809;hb=8f61a4a76806a3788f817d8833ac77a34c76484f;hpb=9aae937f30532ce26191c0380706b9250e0819ca diff --git a/src/proto.h b/src/proto.h index e7a043a..3ed1ae7 100644 --- a/src/proto.h +++ b/src/proto.h @@ -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_ */