X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=udp_recv.c;h=4620d61a4603e46561881a3b7c0976a09c7788d9;hp=a5dfc8794f6bab030a2c29c7d48e42961c9c9e02;hb=6811b2f8ea8b7a8c77046285c9432aee6327da80;hpb=8d106ca317a2c42f35a86ba244f843688f6939e6 diff --git a/udp_recv.c b/udp_recv.c index a5dfc879..4620d61a 100644 --- a/udp_recv.c +++ b/udp_recv.c @@ -190,6 +190,7 @@ err: return ret; } +/** See \ref recv_init(). */ const struct receiver lsg_recv_cmd_com_udp_user_data = { .open = udp_recv_open, .close = udp_recv_close,