X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=dtls.h;h=2b6a3367d280e6df5e282fcebbd80b10b4aa191f;hb=refs%2Fheads%2Fpthread_create_attr;hp=1e664c3d2b28abd793827dbf0a757ba21ebbf018;hpb=3c779c1093a5cb6314bc366c6135fb2eaac8cdeb;p=radsecproxy.git diff --git a/dtls.h b/dtls.h index 1e664c3..2b6a336 100644 --- a/dtls.h +++ b/dtls.h @@ -1,15 +1,8 @@ -/* - * Copyright (C) 2008 Stig Venaas - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ +/* Copyright (c) 2008, UNINETT AS */ +/* See LICENSE for licensing information. */ -void dtlssetsrcres(char *source); -void *udpdtlsserverrd(void *arg); -int dtlsconnect(struct server *server, struct timeval *when, int timeout, char *text); -void *dtlsclientrd(void *arg); -int clientradputdtls(struct server *server, unsigned char *rad); -void addserverextradtls(struct clsrvconf *conf); -void initextradtls(); +const struct protodefs *dtlsinit(uint8_t h); + +/* Local Variables: */ +/* c-file-style: "stroustrup" */ +/* End: */