summaryrefslogtreecommitdiff
path: root/src/ipcpd/main.c
blob: 7ffd1c48caa91127f068e29c1a1d07b94ed9ae75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#define OUROBOROS_PREFIX "ipcp"

#include <ouroboros/logs.h>
#include <stdbool.h>

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

        while (true) {

        }

        return 0;
}