comfortable-swipe/cpp/service/_index.hpp
2019-03-05 22:30:59 +08:00

22 lines
437 B
C++

#ifndef __COMFORTABLE_SWIPE__service_index_hpp__
#define __COMFORTABLE_SWIPE__service_index_hpp__
#include <map> // std::map
#include <string> // std::string
namespace comfortable_swipe
{
namespace service
{
void buffer();
void debug();
void help();
void restart();
void start();
void stop();
void status();
}
}
#endif /* __COMFORTABLE_SWIPE__service_index_hpp__ */