GrafX2 2.9.3227
The ultimate 256-color painting program
mountlist.h File Reference

A function to enumerate the mounting points in the filesystem. More...

#include <stdbool.h>
#include <sys/types.h>
+ Include dependency graph for mountlist.h:
+ This graph shows which files directly or indirectly include this file:

Data Structures

struct  mount_entry
 

Functions

struct mount_entryread_file_system_list (bool need_fs_type)
 

Detailed Description

A function to enumerate the mounting points in the filesystem.

Used to display them in fileselectors.

Function Documentation

◆ read_file_system_list()