#define OUROBOROS_PREFIX "ipcp"

#include <ouroboros/logs.h>

int main()
{
        LOG_DBG("Test of the IPCP");

        return 0;
}