X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fhtml.h;h=8dca53d667bb7b44d4c0dbaecfe67612b3d572da;hb=677d2bfc3beae998b73f48a4be3036f09d6848ff;hp=45cedb27f21e5410b975d6afb829a141350e545f;hpb=c75862be119ac38a67f841fcc7da339be423973a;p=ppastats.git diff --git a/src/html.h b/src/html.h index 45cedb2..8dca53d 100644 --- a/src/html.h +++ b/src/html.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 jeanfi@gmail.com + * Copyright (C) 2011-2014 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