Example code: Don't create rs_error on failing context creation.
[radsecproxy.git] / udp.h
1 /*
2  * Copyright (C) 2006-2008 Stig Venaas <venaas@uninett.no>
3  *
4  * Permission to use, copy, modify, and distribute this software for any
5  * purpose with or without fee is hereby granted, provided that the above
6  * copyright notice and this permission notice appear in all copies.
7  */
8
9 const struct protodefs *udpinit(uint8_t h);
10
11 /* Local Variables: */
12 /* c-file-style: "stroustrup" */
13 /* End: */