#ifndef DATAGRAM_BUILTIN_H #define DATAGRAM_BUILTIN_H #include "datagram_client.h" int start_datagram_builtin(struct datagram_client *c); #endif