mirror of
https://github.com/mabam/afpfs-ng-mac.git
synced 2025-04-11 21:37:15 +00:00
9 lines
134 B
C
9 lines
134 B
C
#ifndef __FUSE_INT_H_
|
|
#define __FUSE_INT_H_
|
|
|
|
|
|
|
|
int afp_register_fuse(int fuseargc, char *fuseargv[],struct afp_volume * vol);
|
|
#endif
|
|
|