summaryrefslogtreecommitdiffstats
path: root/include/libssh/libssh.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r--include/libssh/libssh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index 137531a..eb2b466 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -178,7 +178,7 @@ void ssh_disconnect(SSH_SESSION *session);
int ssh_service_request(SSH_SESSION *session,char *service);
char *ssh_get_issue_banner(SSH_SESSION *session);
/* get copyright informations */
-const char *ssh_copyright();
+const char *ssh_copyright(void);
/* string.h */
/* You can use these functions, they won't change */