enlightenment-module-places/src/backend_mount.h

9 lines
137 B
C

#ifndef E_MOD_PLACES_MOUNT_H
#define E_MOD_PLACES_MOUNT_H
Eina_Bool places_mount_init(void);
void places_mount_shutdown(void);
#endif