00001 /* 00002 * Copyright Staffan Gimåker 2007. 00003 * 00004 * Distributed under the Boost Software License, Version 1.0. 00005 * (See accompanying file LICENSE_1_0.txt or copy at 00006 * http://www.boost.org/LICENSE_1_0.txt) 00007 */ 00008 00009 #ifndef __PEEKABOT_INIT_HH 00010 #define __PEEKABOT_INIT_HH 00011 00012 00013 namespace peekabot 00014 { 00015 void init(); 00016 void cleanup(); 00017 } 00018 00019 00020 #endif // __PEEKABOT_INIT_HH
1.7.1