diff compat.h @ 1286:7d02b83c61fd coverity

merge
author Matt Johnston <matt@ucc.asn.au>
date Fri, 18 Mar 2016 22:47:33 +0800
parents 9169e4e7cbee
children
line wrap: on
line diff
--- a/compat.h	Tue Mar 15 23:20:40 2016 +0800
+++ b/compat.h	Fri Mar 18 22:47:33 2016 +0800
@@ -44,9 +44,9 @@
 #endif
 
 #ifndef HAVE_GETUSERSHELL
-char *getusershell();
-void setusershell();
-void endusershell();
+char *getusershell(void);
+void setusershell(void);
+void endusershell(void);
 #endif
 
 #ifndef DROPBEAR_PATH_DEVNULL