1 #ifndef __API_FINDFS_H__
2 #define __API_FINDFS_H__
10 * On most systems <limits.h> would have given us this, but not on some systems
17 const char *find_mountpoint(const char *fstype
, long magic
,
18 char *mountpoint
, int len
,
19 const char * const *known_mountpoints
);
21 int valid_mountpoint(const char *mount
, long magic
);
23 #endif /* __API_FINDFS_H__ */