sending.h

Go to the documentation of this file.
00001 /*
00002  ** Copyright 2005 - INL
00003  ** Written by Eric Leblond <regit@inl.fr>
00004  **            Vincent Deffontaines <vincent@inl.fr>
00005  ** INL http://www.inl.fr/
00006  **
00007  ** $Id: sending.h 4847 2008-06-13 14:48:31Z regit $
00008  **
00009  ** This program is free software; you can redistribute it and/or modify
00010  ** it under the terms of the GNU General Public License as published by
00011  ** the Free Software Foundation, version 3 of the License.
00012  **
00013  ** This program is distributed in the hope that it will be useful,
00014  ** but WITHOUT ANY WARRANTY; without even the implied warranty of
00015  ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00016  ** GNU General Public License for more details.
00017  **
00018  ** You should have received a copy of the GNU General Public License
00019  ** along with this program; if not, write to the Free Software
00020  ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
00021  */
00022 
00023 #ifndef SENDING_H
00024 #define SENDING_H
00025 
00026 int send_hello_pckt(nuauth_session_t * session);
00027 
00028 int send_user_pckt(nuauth_session_t * session, conn_t * c[CONN_MAX]);
00029 
00030 #endif

Generated on Sat Nov 22 04:00:37 2008 for NuFW by  doxygen 1.4.7