summaryrefslogtreecommitdiff
path: root/util_theme.h
diff options
context:
space:
mode:
authorAlfonso S. Siciliano <asiciliano@FreeBSD.org>2022-09-25 13:04:33 +0000
committerAlfonso S. Siciliano <asiciliano@FreeBSD.org>2022-09-25 13:04:33 +0000
commit9f24fda5a8e7ab8243e71473c7e2dc98b4877e64 (patch)
treecf0c83c2ef1a564eb8bd492fde38c52a9fcdfca0 /util_theme.h
parent2c9fd7655ba54e7239f528e1af9fe09662de9b03 (diff)
Diffstat (limited to 'util_theme.h')
-rw-r--r--util_theme.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/util_theme.h b/util_theme.h
index fd9b32db1204..bf51447dfb2c 100644
--- a/util_theme.h
+++ b/util_theme.h
@@ -28,8 +28,9 @@
#ifndef _BSDDIALOG_UTILITY_THEME_H_
#define _BSDDIALOG_UTILITY_THEME_H_
-int savetheme(const char *file, char *errbuf, const char *version);
-int loadtheme(const char *file, char *errbuf);
-int bikeshed(struct bsddialog_conf *conf, char *errbuf);
+void savetheme(const char *file, const char *version);
+void loadtheme(const char *file);
+void setdeftheme(enum bsddialog_default_theme theme);
+void bikeshed(struct bsddialog_conf *conf);
#endif