summaryrefslogtreecommitdiffhomepage
path: root/compat.h
diff options
context:
space:
mode:
authorFrancois Perrad <francois.perrad@gadz.org>2016-01-01 16:30:31 +0100
committerMatt Johnston <matt@ucc.asn.au>2016-03-16 22:41:20 +0800
commit3e20c442de30c583b1728500c782641f88dedbfa (patch)
treecd4fcdf5ab851bde43daea855e58d49db5598dde /compat.h
parentaf87369cb32d4e967c389cce35f508817682f077 (diff)
fix empty C prototypes
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/compat.h b/compat.h
index 4bd1a12..58fd58e 100644
--- a/compat.h
+++ b/compat.h
@@ -44,9 +44,9 @@ char *basename(const char* path);
#endif
#ifndef HAVE_GETUSERSHELL
-char *getusershell();
-void setusershell();
-void endusershell();
+char *getusershell(void);
+void setusershell(void);
+void endusershell(void);
#endif
#ifndef DROPBEAR_PATH_DEVNULL