Skyld AV
0.6
On access virus scanning for Linux
|
List mounts. More...
Go to the source code of this file.
Functions | |
int | listmountinit () |
int | listmountnext (const char **dir, const char **type) |
void | listmountfinalize () |
List mounts.
Definition in file listmounts.h.
void listmountfinalize | ( | ) |
Finalizes enumeration of mounts.
Definition at line 77 of file listmounts.c.
int listmountinit | ( | ) |
Initializes enumeration of mounts.
Definition at line 38 of file listmounts.c.
int listmountnext | ( | const char ** | dir, |
const char ** | type | ||
) |
Gets next mount.
dir | directory |
type | type of mount |
Definition at line 63 of file listmounts.c.