comparison 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
comparison
equal deleted inserted replaced
1275:d49bda490798 1276:9169e4e7cbee
42 #ifndef HAVE_BASENAME 42 #ifndef HAVE_BASENAME
43 char *basename(const char* path); 43 char *basename(const char* path);
44 #endif 44 #endif
45 45
46 #ifndef HAVE_GETUSERSHELL 46 #ifndef HAVE_GETUSERSHELL
47 char *getusershell(); 47 char *getusershell(void);
48 void setusershell(); 48 void setusershell(void);
49 void endusershell(); 49 void endusershell(void);
50 #endif 50 #endif
51 51
52 #ifndef DROPBEAR_PATH_DEVNULL 52 #ifndef DROPBEAR_PATH_DEVNULL
53 #define DROPBEAR_PATH_DEVNULL "/dev/null" 53 #define DROPBEAR_PATH_DEVNULL "/dev/null"
54 #endif 54 #endif