#ifndef MOUNT_H #define MOUNT_H #include "config.h" int is_mounted(const char* mp); int mount_samba(config_t* cfg); #endif