@@ -1,9 +1,14 @@
#ifndef ERROR_H
#define ERROR_H
#include <stdbool.h>
typedef struct {
int stat;
bool null;
int status;
const char *src;
} error_t;
error_t unwrap(error_t);
#endif
The note is not visible to the blocked user.