📄 mn_ipay.h
字号:
/* $Id: mn_ipay.h,v 1.2 2000/04/06 07:26:52 jm Exp $ * Mobile Node - Ipay interface routines * * Dynamic hierarchial IP tunnel * Copyright (C) 1998-2000, Dynamics group * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. See README and COPYING for * more details. */#ifdef INCLUDE_IPAY#ifndef MN_IPAY_H#define MN_IPAY_H#ifdef HAVE_CONFIG_H#include <config.h>#endif#include "mn_agentadv.h"void handle_ipay(int s);void ipay_flush_priority_cache(int free_mem);void ipay_new_fa(struct agentadv_data *adv);void ipay_init(void);void ipay_cleanup(void);#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -