Commit missing file.

svn path=/trunk/; revision=50764
This commit is contained in:
Jakub Zawadzki 2013-07-21 19:21:51 +00:00
parent 265dbadb68
commit a66a717d46
1 changed files with 31 additions and 0 deletions

31
epan/epan-int.h Normal file
View File

@ -0,0 +1,31 @@
/* epan-int.h
*
* $Id$
*
* Wireshark Protocol Analyzer Library
*
* Copyright (c) 2001 by Gerald Combs <gerald@wireshark.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef __EPAN_INT_H__
#define __EPAN_INT_H__
struct epan_session {
void *reserved;
};
#endif