aboutsummaryrefslogtreecommitdiff
path: root/contrib/bsddialog/util_theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bsddialog/util_theme.h')
-rw-r--r--contrib/bsddialog/util_theme.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/bsddialog/util_theme.h b/contrib/bsddialog/util_theme.h
index fd9b32db1204..bf51447dfb2c 100644
--- a/contrib/bsddialog/util_theme.h
+++ b/contrib/bsddialog/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