1
0
mirror of https://github.com/mabam/afpfs-ng-mac.git synced 2025-04-11 21:37:15 +00:00
2013-03-12 00:08:07 -07:00

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