#ifndef IPFS_H #define IPFS_H #include /** * \class IPFS * \brief Helper class to start/stop IPFS deamon */ class IPFS { public: static int startIPFSDaemon(); }; #endif