X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fhtml.h;h=7c97d057d63c67069e366046379bc9dc9fc42091;hb=474ab6fa492a8b1dde963fdecb1edebc111c5fb2;hp=1d9dd873b100794ea82b878436b07aebc686c166;hpb=b59ec44bffce28192c6408fed838c4d593a17c82;p=ppastats.git diff --git a/src/html.h b/src/html.h index 1d9dd87..7c97d05 100644 --- a/src/html.h +++ b/src/html.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 jeanfi@gmail.com + * Copyright (C) 2011-2015 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -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