diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-04-14 15:49:10 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-04-14 15:49:10 +0000 |
commit | 1509a7678ed012c0eaa7fd26f9caae9fb9ad0998 (patch) | |
tree | 7d6020094f90d57c98a633f639da2502a36c8204 /lib/gnutls_session.h | |
parent | bd6013b3b417f489d112e99e562e7a4c17c099a5 (diff) | |
download | gnutls-1509a7678ed012c0eaa7fd26f9caae9fb9ad0998.tar.gz |
Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.
Now lib/gnutls_int.h start by including gnutls/gnutls.h, to
check prototypes during compile time.
More cleanups are expected.
Diffstat (limited to 'lib/gnutls_session.h')
-rw-r--r-- | lib/gnutls_session.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/gnutls_session.h b/lib/gnutls_session.h index 332cf5129d..18037c1543 100644 --- a/lib/gnutls_session.h +++ b/lib/gnutls_session.h @@ -21,9 +21,3 @@ * USA * */ - -int gnutls_session_set_data(gnutls_session_t session, - const opaque * session_data, - int session_data_size); -int gnutls_session_get_data(gnutls_session_t session, - opaque * session_data, int *session_data_size); |