]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Add cgit_free_commitinfo() and use where needed
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index f06a941d7ac1e01f6252ef29482ab1c5f3b24241..02cc26a4a4e698af4473572cb3ed0278e382e446 100644 (file)
--- 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);