summaryrefslogtreecommitdiff
path: root/css/css.h
diff options
context:
space:
mode:
Diffstat (limited to 'css/css.h')
-rw-r--r--css/css.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/css.h b/css/css.h
index 6725a0055..d2f1191e2 100644
--- a/css/css.h
+++ b/css/css.h
@@ -61,6 +61,7 @@ struct nscss_import {
uint64_t media; /**< Media types that sheet applies to */
};
+void css_cleanup(void);
bool nscss_create(struct content *c, const struct http_parameter *params);