netatalk  4.6.0
Free and Open Source Apple Filing Protocol (AFP) Server
Loading...
Searching...
No Matches
subtests_pfd.h
Go to the documentation of this file.
1#ifndef SUBTESTS_PFD_H
2#define SUBTESTS_PFD_H
3
4#include <atalk/globals.h>
5#include <atalk/volume.h>
6
7extern int test_pfd_ostat_equivalence(struct vol *vol);
9extern int test_pfd_probe_rename_detection(struct vol *vol);
10extern int test_pfd_vol_close_purges_slots(AFPObj *obj, struct vol *vol);
11
12#endif /* SUBTESTS_PFD_H */
Definition globals.h:190
Definition include/atalk/volume.h:33
int test_pfd_ostat_equivalence(struct vol *vol)
Definition subtests_pfd.c:183
int test_pfd_vol_close_purges_slots(AFPObj *obj, struct vol *vol)
Definition subtests_pfd.c:337
int test_pfd_probe_rename_detection(struct vol *vol)
Definition subtests_pfd.c:396
int test_pfd_rename_repairs_child_path(struct vol *vol)
Definition subtests_pfd.c:255