diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-08-13 12:45:47 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-08-13 12:45:47 +0200 |
commit | e835cfda700ed3d1c88e2c72a15dd445573d1b37 (patch) | |
tree | 3d218ff05cbeb1134f2e9762a0ddec0760f5ad4a /src/common.h | |
parent | 33847ff6e41daeb269ba756def4d3316e0cef417 (diff) | |
download | gnutls-e835cfda700ed3d1c88e2c72a15dd445573d1b37.tar.gz |
Use *_t types consistently.
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common.h b/src/common.h index 966077146a..d22d995c13 100644 --- a/src/common.h +++ b/src/common.h @@ -23,8 +23,8 @@ extern const char str_unknown[]; -int print_info (gnutls_session state, const char *hostname); -void print_cert_info (gnutls_session state, const char *hostname); +int print_info (gnutls_session_t state, const char *hostname); +void print_cert_info (gnutls_session_t state, const char *hostname); void print_list (int verbose); void parse_comp (char **comp, int ncomp, int *comp_priority); |