X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=reposerve;a=blobdiff_plain;f=src%2Fproto.h;h=b03ff7b9fbb7716ecd1f50131cebb4e0c954c901;hp=3ed1ae7dcde156263c0c80d31bb4ace200537691;hb=916d08f8d02fe9c08ed2574fc5dbe55a00a2e3e2;hpb=8f61a4a76806a3788f817d8833ac77a34c76484f diff --git a/src/proto.h b/src/proto.h index 3ed1ae7..b03ff7b 100644 --- a/src/proto.h +++ b/src/proto.h @@ -28,7 +28,7 @@ struct flist { struct flist *flist_create(void); void flist_destroy(struct flist *flist); -int flist_add(struct flist *flist, const char *fname, int contents); +int flist_add(struct flist *flist, const char *name, const char *path, int contents); int flist_finalize(struct flist *flist); int read_line(int s, char *buf, int bufsz);