Fix.
[gnutls.git] / libextra / ext_inner_application.h
blob5f63961ac738a0cea2293ae4fbbee54772122bc3
1 /*
2 * Copyright (C) 2005, 2008 Free Software Foundation
4 * Author: Simon Josefsson
6 * This file is part of GNUTLS-EXTRA.
8 * GNUTLS-EXTRA is free software: you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation, either version 3 of the
11 * License, or (at your option) any later version.
13 * GNUTLS-EXTRA is distributed in the hope that it will be useful, but
14 * WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program. If not, see
20 * <http://www.gnu.org/licenses/>.
24 int _gnutls_inner_application_recv_params (gnutls_session_t session,
25 const opaque * data,
26 size_t data_size);
27 int _gnutls_inner_application_send_params (gnutls_session_t session,
28 opaque * data, size_t);