afpfs-ng-mac/fuse/fuse_error.h

11 lines
173 B
C
Raw Permalink Normal View History

2013-03-12 07:08:07 +00:00
#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