X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=tcp.c;h=8d559414e591a40f5a87d47140e45e82fbd622c7;hb=a21be6733bfe23998f3aaec00d87d35fe0f1aefa;hp=c04309d1b5a6ce5a994938591561dcaa9503cfb9;hpb=d3815dfd3e7f48e0c47499acc173809d973a4ad6;p=radsecproxy.git diff --git a/tcp.c b/tcp.c index c04309d..8d55941 100644 --- a/tcp.c +++ b/tcp.c @@ -372,3 +372,7 @@ const struct protodefs *tcpinit(uint8_t h) { return NULL; } #endif + +/* Local Variables: */ +/* c-file-style: "stroustrup" */ +/* End: */