9 #include "fssh_errors.h"
12 #define FSSH_EOK FSSH_ENOERR /* some code assumes EOK exists */
14 extern int *_fssh_errnop(void);
15 #define fssh_errno (*(_fssh_errnop()))
17 extern int fssh_get_errno(void);
18 extern void fssh_set_errno(int error
);
20 extern int fssh_to_host_error(int error
);
26 #endif /* _FSSH_ERRNO_H */