1 /*
2 ** Copyright (C) 2008-2013 Ian Firns (SecurixLive) <dev@securixlive.com>
3 **
4 ** This program is free software; you can redistribute it and/or modify
5 ** it under the terms of the GNU General Public License Version 2 as
6 ** published by the Free Software Foundation.  You may not use, modify or
7 ** distribute this program under any other version of the GNU General
8 ** Public License.
9 **
10 ** This program is distributed in the hope that it will be useful,
11 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 ** GNU General Public License for more details.
14 **
15 ** You should have received a copy of the GNU General Public License
16 ** along with this program; if not, write to the Free Software
17 ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18 **
19 **
20 */
21 
22 
23 #ifndef __SPO_ECHIDNA_H__
24 #define __SPO_ECHIDNA_H__
25 
26 void EchidnaSetup();
27 
28 #endif  /* __SPO_ECHIDNA_H__ */
29