X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/cb92d05b6b729cd0e219b43d7a79aff832a9c1ac..e16f1783346a090e4ea1194dcaae7f03e813f6a2:/cgit.h diff --git a/cgit.h b/cgit.h index d90ccdc..adb8da4 100644 --- a/cgit.h +++ b/cgit.h @@ -283,5 +283,6 @@ extern int cgit_parse_snapshots_mask(const char *str); extern int cgit_open_filter(struct cgit_filter *filter); extern int cgit_close_filter(struct cgit_filter *filter); +extern int readfile(const char *path, char **buf, size_t *size); #endif /* CGIT_H */