]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-shared.h
ui-shared: make a char* parameter const
[ps-cgit] / ui-shared.h
index 40f6207715ee2022472fcd39606ee5e4ca519d84..2cd7ac95611a84549431330ffeced2fc01b632b8 100644 (file)
@@ -30,7 +30,7 @@ extern void cgit_log_link(const char *name, const char *title,
                          const char *class, const char *head, const char *rev,
                          const char *path, int ofs, const char *grep,
                          const char *pattern, int showmsg, int follow);
-extern void cgit_commit_link(char *name, const char *title,
+extern void cgit_commit_link(const char *name, const char *title,
                             const char *class, const char *head,
                             const char *rev, const char *path);
 extern void cgit_patch_link(const char *name, const char *title,