]> git.cameronkatri.com Git - cgit.git/blobdiff - ui-shared.h
clone: use cgit_print_error_page() instead of html_status()
[cgit.git] / ui-shared.h
index 788b1bca5191e490a00e9a0b84e01fba9fa7a00e..652685e91eac6da282f7cb6e6692f5f8a76a3904 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef UI_SHARED_H
 #define UI_SHARED_H
 
-#include <stdbool.h>
-
 extern const char *cgit_httpscheme();
 extern const char *cgit_hosturl();
 extern const char *cgit_rooturl();
@@ -66,6 +64,8 @@ extern void cgit_print_http_headers(void);
 extern void cgit_redirect(const char *url, bool permanent);
 extern void cgit_print_docstart(void);
 extern void cgit_print_docend();
+__attribute__((format (printf,3,4)))
+extern void cgit_print_error_page(int code, const char *msg, const char *fmt, ...);
 extern void cgit_print_pageheader(void);
 extern void cgit_print_filemode(unsigned short mode);
 extern void cgit_print_snapshot_links(const char *repo, const char *head,