#ifndef LLARP_API_HPP #define LLARP_API_HPP #include #include namespace llarp { namespace api { const char DefaultURL[] = "127.0.0.1:34567"; } } // namespace llarp #endif