00001 #pragma once 00002 #ifndef SEAP_ERROR_H 00003 #define SEAP_ERROR_H 00004 00005 #include <stdint.h> 00006 00007 #ifdef __cplusplus 00008 extern "C" { 00009 #endif 00010 00011 typedef struct SEAP_err SEAP_err_t; 00012 00013 #ifdef __cplusplus 00014 } 00015 #endif 00016 00017 #endif /* SEAP_ERROR_H */