X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_cgi.h;h=e8e847ec430e39f4e0748c42c0c6235ed2aed4e9;hb=c3e2812ad41146fc003f8a74dd8495e88047b873;hp=20f806cfba592ef1a3594d1998fa10ec1d57d565;hpb=7879274a21ee7dcb30253e96b4dca792c38ae931;p=collection4.git diff --git a/src/utils_cgi.h b/src/utils_cgi.h index 20f806c..e8e847e 100644 --- a/src/utils_cgi.h +++ b/src/utils_cgi.h @@ -42,5 +42,7 @@ 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_search_box (void *user_data); + /* vim: set sw=2 sts=2 et fdm=marker : */ #endif /* UTILS_CGI_H */