mount: reorder deleting code in the mount_enum_drives()
[project/mountd.git] / include / autofs.h
1 #ifndef _AUTOFS_H__
2 #define _AUTOFS_H__
3
4 int autofs_loop(void);
5 pid_t autofs_safe_fork(void);
6
7 #endif