afpfs-ng-mac/fuse/fuse_int.h

9 lines
134 B
C
Raw Normal View History

2013-03-12 07:08:07 +00:00
#ifndef __FUSE_INT_H_
#define __FUSE_INT_H_
int afp_register_fuse(int fuseargc, char *fuseargv[],struct afp_volume * vol);
#endif