summaryrefslogtreecommitdiffstats
path: root/include/autofs.h
blob: 62f7704ba97c8805d372fe7f6b159b32abcb1604 (plain)
1
2
3
4
5
6
7
#ifndef _AUTOFS_H__
#define _AUTOFS_H__

int autofs_loop(void);
pid_t autofs_safe_fork(void);

#endif