diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-05-13 16:48:39 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-05-13 16:48:39 +0200 |
commit | 1171b013f2947285860a4f2fc9b6c6a0e4f7444c (patch) | |
tree | 2f2bb6981c19a0cb49ed485140fb02426c4687ed /lib/gnutls_srp.c | |
parent | 9672cabfd2d943fd405eb088aa4c026afb9d66c5 (diff) | |
download | gnutls-1171b013f2947285860a4f2fc9b6c6a0e4f7444c.tar.gz |
Doc fixes for GTK-DOC.
Diffstat (limited to 'lib/gnutls_srp.c')
-rw-r--r-- | lib/gnutls_srp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/gnutls_srp.c b/lib/gnutls_srp.c index 2d0b0695bb..c5b4141813 100644 --- a/lib/gnutls_srp.c +++ b/lib/gnutls_srp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2008 Free Software Foundation + * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2008, 2009 Free Software Foundation * * Author: Nikos Mavrogiannopoulos * @@ -519,8 +519,8 @@ gnutls_srp_allocate_server_credentials (gnutls_srp_server_credentials_t * sc) * error code. **/ int -gnutls_srp_set_server_credentials_file (gnutls_srp_server_credentials_t - res, const char *password_file, +gnutls_srp_set_server_credentials_file (gnutls_srp_server_credentials_t res, + const char *password_file, const char *password_conf_file) { |