afpfs-ng-mac/fuse/commands.h

8 lines
130 B
C
Raw Permalink Normal View History

2013-03-12 07:08:07 +00:00
#ifndef __COMMANDS_H_
#define __COMMANDS_H_
int fuse_register_afpclient(void);
void fuse_set_log_method(int new_method);
#endif