00001 #pragma once 00002 #ifndef SEAP_ERROR_H 00003 #define SEAP_ERROR_H 00004 00005 #include <stdint.h> 00006 00007 typedef struct SEAP_err SEAP_err_t; 00008 00009 #endif /* SEAP_ERROR_H */