/******************************************************************************/ /* cereal.h */ /******************************************************************************/ #ifndef INCLUDE_CEREAL_H #define INCLUDE_CEREAL_H /**************/ /* prototypes */ /**************/ char* CerealDataOut (void*, int); int CerealDataIn (char*, void*, int); unsigned int CerealElfHash (char*, int); #endif /* INCLUDE_CEREAL_H */ /******************************************************************************/