src/utils_cgi.[ch]: Implement "html_print_logo".
[collection4.git] / src / utils_cgi.h
index 2cd8bc9..67e2065 100644 (file)
@@ -58,6 +58,8 @@ char *html_escape_copy (char *dest, const char *src, size_t n);
 int html_print_page (const char *title,
     const page_callbacks_t *cb, void *user_data);
 
+int html_print_logo (void *user_data);
+
 int html_print_search_box (void *user_data);
 
 /* vim: set sw=2 sts=2 et fdm=marker : */