Skyld AV  0.6
On access virus scanning for Linux
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
listmounts.h File Reference

List mounts. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int listmountinit ()
 
int listmountnext (const char **dir, const char **type)
 
void listmountfinalize ()
 

Detailed Description

List mounts.

Definition in file listmounts.h.

Function Documentation

void listmountfinalize ( )

Finalizes enumeration of mounts.

Definition at line 77 of file listmounts.c.

Here is the caller graph for this function:

int listmountinit ( )

Initializes enumeration of mounts.

Returns
success = 0

Definition at line 38 of file listmounts.c.

Here is the caller graph for this function:

int listmountnext ( const char **  dir,
const char **  type 
)

Gets next mount.

Parameters
dirdirectory
typetype of mount
Returns
success = 0

Definition at line 63 of file listmounts.c.

Here is the caller graph for this function: