fa_ipay.h
来自「mobile ip 在linux下的一种实现」· C头文件 代码 · 共 27 行
H
27 行
/* $Id: fa_ipay.h,v 1.3 2000/04/06 07:26:51 jm Exp $ * Foreign Agent - 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 FA_IPAY_H#define FA_IPAY_H#ifdef HAVE_CONFIG_H#include <config.h>#endifvoid handle_ipay(int s);void ipay_send_statistics(int s);#endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?