mirror of
https://github.com/mabam/afpfs-ng-mac.git
synced 2025-04-08 18:37:11 +00:00
8 lines
130 B
C
8 lines
130 B
C
#ifndef __COMMANDS_H_
|
|
#define __COMMANDS_H_
|
|
|
|
int fuse_register_afpclient(void);
|
|
void fuse_set_log_method(int new_method);
|
|
|
|
#endif
|