]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-shared.h
ui-shared: externalize add_hidden_formfields()
[ps-cgit] / ui-shared.h
index e3fae641e1e51592657935dffa655fb7e2a80598..1524dc35a3b1e28a2be61d5de38021517c83f4d0 100644 (file)
@@ -44,5 +44,6 @@ extern void cgit_print_pageheader(struct cgit_context *ctx);
 extern void cgit_print_filemode(unsigned short mode);
 extern void cgit_print_snapshot_links(const char *repo, const char *head,
                                      const char *hex, int snapshots);
-
+extern void cgit_add_hidden_formfields(int incl_head, int incl_search,
+                                      char *page);
 #endif /* UI_SHARED_H */