mirror of
https://github.com/mabam/afpfs-ng-mac.git
synced 2025-04-08 18:37:11 +00:00
11 lines
173 B
C
11 lines
173 B
C
#ifndef __FUSE_ERROR_H_
|
|
#define __FUSE_ERROR_H_
|
|
|
|
#include "fuse_internal.h"
|
|
|
|
void report_fuse_errors(struct fuse_client * c);
|
|
void fuse_capture_stderr_start(void);
|
|
|
|
#endif
|
|
|