summaryrefslogtreecommitdiff
path: root/src/ipcp/main.c
blob: b67b0af9076501fa4fee1c5e0a61ffa434e19543 (plain)
1
2
3
4
5
6
7
8
9
10
#define OUROBOROS_PREFIX "ipcp"

#include <ouroboros/logs.h>

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

        return 0;
}