summaryrefslogtreecommitdiff
path: root/pith/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'pith/conf.h')
-rw-r--r--pith/conf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pith/conf.h b/pith/conf.h
index 3505f399..c8225fe2 100644
--- a/pith/conf.h
+++ b/pith/conf.h
@@ -930,10 +930,10 @@ void set_user_certs_container(struct pine *);
/* mandatory to implement prototypes */
int set_input_timeout(int);
-int get_input_timeout();
+int get_input_timeout(void);
/* decide what to do: return 0 to continue, nonzero to abort pinerc write */
-int unexpected_pinerc_change();
+int unexpected_pinerc_change(void);
#endif /* PITH_CONFIG_INCLUDED */