1
0
mirror of https://github.com/falk-werner/webfuse synced 2025-06-12 04:14:17 +00:00
falk-werner_webfuse/lib/wsfs/core/status_intern.h

20 lines
281 B
C
Raw Normal View History

2019-03-04 20:18:16 +00:00
#ifndef WSFS_STATUS_INTERN_H
#define WSFS_STATUS_INTERN_H
#include "wsfs/core/status.h"
2019-03-04 20:18:16 +00:00
#ifdef __cplusplus
extern "C" {
#endif
extern int wsfs_status_to_rc(wsfs_status status);
extern char const * wsfs_status_tostring(wsfs_status status);
#ifdef __cplusplus
}
#endif
#endif