/* * $Id: bootstrp.h,v 1.1 2005-05-23 12:06:53 bacon Exp $ */ #ifndef _XP_STX_BOOTSTRP_H_ #define _XP_STX_BOOTSTRP_H_ #include #ifdef __cplusplus extern "C" { #endif int xp_stx_bootstrap (xp_stx_t* stx); #ifdef __cplusplus } #endif #endif