mn_ipay.h

Go to the documentation of this file.
00001 /* $Id: mn_ipay.h,v 1.2 2000/04/06 07:26:52 jm Exp $
00002  * Mobile Node - Ipay interface routines
00003  *
00004  * Dynamic hierarchial IP tunnel
00005  * Copyright (C) 1998-2000, Dynamics group
00006  *
00007  * This program is free software; you can redistribute it and/or modify
00008  * it under the terms of the GNU General Public License version 2 as
00009  * published by the Free Software Foundation. See README and COPYING for
00010  * more details.
00011  */
00012 
00013 #ifdef INCLUDE_IPAY
00014 
00015 #ifndef MN_IPAY_H
00016 #define MN_IPAY_H
00017 
00018 #ifdef HAVE_CONFIG_H
00019 #include <config.h>
00020 #endif
00021 
00022 #include "mn_agentadv.h"
00023 
00024 void handle_ipay(int s);
00025 void ipay_flush_priority_cache(int free_mem);
00026 void ipay_new_fa(struct agentadv_data *adv);
00027 void ipay_init(void);
00028 void ipay_cleanup(void);
00029 
00030 #endif
00031 #endif

Generated on Tue Jan 15 08:50:43 2008 for Virtual foreign agent generator version 0.1 by  doxygen 1.5.1