#ifndef __COMFORTABLE_SWIPE__util_index_hpp__ #define __COMFORTABLE_SWIPE__util_index_hpp__ #include // std::map #include // std::string extern "C" { namespace comfortable_swipe { namespace util { const char* autostart_filename(); constexpr const char* conf_filename(); std::map read_config_file(const char*); } } } #endif /* __COMFORTABLE_SWIPE__util_index_hpp__ */