summaryrefslogtreecommitdiff
path: root/utils/nscolour.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/nscolour.h')
-rw-r--r--utils/nscolour.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/nscolour.h b/utils/nscolour.h
index 6857009bd..910d7f7a5 100644
--- a/utils/nscolour.h
+++ b/utils/nscolour.h
@@ -68,4 +68,11 @@ extern colour nscolours[];
*/
nserror nscolour_update(void);
+/**
+ * Get a pointer to a stylesheet for nscolours.
+ *
+ * \return NSERROR_OK on success, or appropriate error otherwise.
+ */
+nserror nscolour_get_stylesheet(const char **stylesheet_out);
+
#endif