X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/fa82b03e05366e3c6ca1b74c8c83d6e00e0ef1e6..aaa24bdd30303128bded8487cd9f63b54c3b8dcd:/cgit.h?ds=inline diff --git a/cgit.h b/cgit.h index f06a941..02cc26a 100644 --- a/cgit.h +++ b/cgit.h @@ -65,6 +65,8 @@ extern void cgit_global_config_cb(const char *name, const char *value); extern void cgit_repo_config_cb(const char *name, const char *value); extern void cgit_querystring_cb(const char *name, const char *value); +extern void *cgit_free_commitinfo(struct commitinfo *info); + extern char *fmt(const char *format,...); extern void html(const char *txt);