diff compat.h @ 1276:9169e4e7cbee

fix empty C prototypes
author Francois Perrad <francois.perrad@gadz.org>
date Fri, 01 Jan 2016 16:30:31 +0100
parents deed0571cacc
children
line wrap: on
line diff
--- a/compat.h	Fri Jan 01 09:46:09 2016 +0100
+++ b/compat.h	Fri Jan 01 16:30:31 2016 +0100
@@ -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