/* * File: mount.h * Author: ced * * Created on 7 septembre 2012, 13:16 */ #ifndef MOUNT_H #define MOUNT_H #ifdef __cplusplus extern "C" { #endif void mount_all_devices(); #ifdef __cplusplus } #endif #endif /* MOUNT_H */