]> git.draconx.ca Git - cdecl99.git/blob - src/error.h
Start implementing proper error handling.
[cdecl99.git] / src / error.h
1 #ifndef CDECL_ERROR_H_
2 #define CDECL_ERROR_H_
3
4 struct cdecl_error;
5 void cdecl__set_error(const struct cdecl_error *err);
6
7 #endif