X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fhtml.h;h=8dca53d667bb7b44d4c0dbaecfe67612b3d572da;hb=054375079c23e45e4cf05aef227f6ffaae73d926;hp=1d9dd873b100794ea82b878436b07aebc686c166;hpb=b59ec44bffce28192c6408fed838c4d593a17c82;p=ppastats.git diff --git a/src/html.h b/src/html.h index 1d9dd87..8dca53d 100644 --- a/src/html.h +++ b/src/html.h @@ -32,4 +32,8 @@ void ppa_to_html(const char *owner, const int install_static_files, int ws_size); +void html_cleanup(); + +void html_set_theme_dir(const char *); + #endif