mirror of
https://github.com/mabam/afpfs-ng-mac.git
synced 2025-01-06 01:32:09 +00:00
7 lines
260 B
C
7 lines
260 B
C
#ifndef __FORKLIST_H_
|
|
#define __FORKLIST_H_
|
|
void add_opened_fork(struct afp_volume * volume, struct afp_file_info * fp);
|
|
void remove_opened_fork(struct afp_volume * volume, struct afp_file_info * fp);
|
|
void remove_fork_list(struct afp_volume * volume);
|
|
#endif
|