diff options
Diffstat (limited to '3rdparty/winpcap/docs/html/fileconf_8h.html')
-rw-r--r-- | 3rdparty/winpcap/docs/html/fileconf_8h.html | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/3rdparty/winpcap/docs/html/fileconf_8h.html b/3rdparty/winpcap/docs/html/fileconf_8h.html new file mode 100644 index 00000000000..cc663f745b4 --- /dev/null +++ b/3rdparty/winpcap/docs/html/fileconf_8h.html @@ -0,0 +1,78 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<title>WinPcap: fileconf.h File Reference</title> +<link href="tabs.css" rel="stylesheet" type="text/css"/> +<link href="style.css" rel="stylesheet" type="text/css"/> +</head> +<body> +<!-- Generated by Doxygen 1.6.1 --> +<div class="navigation" id="top"> + <div class="tabs"> + <ul> + <li><a href="main.html"><span>Main Page</span></a></li> + <li><a href="pages.html"><span>Related Pages</span></a></li> + <li><a href="modules.html"><span>Modules</span></a></li> + <li><a href="annotated.html"><span>Data Structures</span></a></li> + <li class="current"><a href="files.html"><span>Files</span></a></li> + </ul> + </div> + <div class="tabs"> + <ul> + <li><a href="files.html"><span>File List</span></a></li> + <li><a href="globals.html"><span>Globals</span></a></li> + </ul> + </div> +</div> +<div class="contents"> +<h1>fileconf.h File Reference</h1> +<p><a href="fileconf_8h_source.html">Go to the source code of this file.</a></p> +<table border="0" cellpadding="0" cellspacing="0"> +<tr><td colspan="2"><h2>Functions</h2></td></tr> +<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="fileconf_8h.html#a0de1d69b41cd2c4660ba69528e1efcbc">fileconf_read</a> (int sign)</td></tr> +<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="fileconf_8h.html#acfe7f224e7366e140e926ea972eebad3">fileconf_save</a> (const char *savefile)</td></tr> +</table> +<hr/><h2>Function Documentation</h2> +<a class="anchor" id="a0de1d69b41cd2c4660ba69528e1efcbc"></a><!-- doxytag: member="fileconf.h::fileconf_read" ref="a0de1d69b41cd2c4660ba69528e1efcbc" args="(int sign)" --> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">void fileconf_read </td> + <td>(</td> + <td class="paramtype">int </td> + <td class="paramname"> <em>sign</em></td> + <td> ) </td> + <td></td> + </tr> + </table> +</div> +<div class="memdoc"> + +</div> +</div> +<a class="anchor" id="acfe7f224e7366e140e926ea972eebad3"></a><!-- doxytag: member="fileconf.h::fileconf_save" ref="acfe7f224e7366e140e926ea972eebad3" args="(const char *savefile)" --> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">int fileconf_save </td> + <td>(</td> + <td class="paramtype">const char * </td> + <td class="paramname"> <em>savefile</em></td> + <td> ) </td> + <td></td> + </tr> + </table> +</div> +<div class="memdoc"> + +</div> +</div> +</div> + +<hr> +<p align="right"><img border="0" src="winpcap_small.gif" align="absbottom" width="91" height="27"> +documentation. Copyright (c) 2002-2005 Politecnico di Torino. Copyright (c) 2005-2009 +CACE Technologies. All rights reserved.</p> |