1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00
falk-werner_webfuse/lib/webfuse/impl/status.h

20 lines
273 B
C
Raw Normal View History

#ifndef WF_IMPL_STATUS_H
#define WF_IMPL_STATUS_H
#include "webfuse/status.h"
#ifdef __cplusplus
extern "C" {
#endif
extern int wf_impl_status_to_rc(wf_status status);
extern char const * wf_impl_status_tostring(wf_status status);
#ifdef __cplusplus
}
#endif
#endif