1 /* $Id: xplib.h,v 1.7 2005/01/12 07:04:58 mederchik Exp $ */
2 /*
3 ** Copyright (C) 2001 Fyodor Yarochkin <fygrave@tigerteam.net>,
4 **                    Ofir Arkin       <ofir@sys-security.com>
5 **
6 ** This program is free software; you can redistribute it and/or modify
7 ** it under the terms of the GNU General Public License as published by
8 ** the Free Software Foundation; either version 2 of the License, or
9 ** (at your option) any later version.
10 **
11 **
12 ** This program is distributed in the hope that it will be useful,
13 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
14 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 ** GNU General Public License for more details.
16 **
17 ** You should have received a copy of the GNU General Public License
18 ** along with this program; if not, write to the Free Software
19 ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20 */
21 
22 #ifndef XPLIB_H
23 #define XPLIB_H
24 #ifndef _XPROBE_MODULE
25 #include "xprobe.h"
26 #else
27 #include <stdarg.h>
28 #include "../defines.h"
29 #endif
30 
31 #include "xp_get_interface.h"
32 #include "xp_get_iface_addr.h"
33 #include "xp_get_random_data.h"
34 #include "xp_get_ping_payload.h"
35 #include "xp_get_src_addr.h"
36 #include "xp_sha1.h"
37 #include "xp_lib.h"
38 
39 #endif /* XPLIB_H */
40