X-Git-Url: https://wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fhtml.h;h=7c97d057d63c67069e366046379bc9dc9fc42091;hb=HEAD;hp=858590b53e5ce4160d51527b417a46f63bf1eefc;hpb=a2844e3fbd45dfe98e7fc923dd59ce38f2598f81;p=ppastats.git diff --git a/src/html.h b/src/html.h index 858590b..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 @@ -34,4 +34,6 @@ void ppa_to_html(const char *owner, void html_cleanup(); +void html_set_theme_dir(const char *); + #endif