From: John Kohl Date: Fri, 30 Mar 1990 14:20:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: krb5-1.0-alpha2~953 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e9cc87f187d3a3c4929b6dedd213891c1f52f215;p=krb5.git *** empty log message *** git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@435 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/os/os-proto.h b/src/lib/krb5/os/os-proto.h new file mode 100644 index 000000000..af8fbb69f --- /dev/null +++ b/src/lib/krb5/os/os-proto.h @@ -0,0 +1,26 @@ +/* + * $Source$ + * $Author$ + * $Id$ + * + * Copyright 1990 by the Massachusetts Institute of Technology. + * + * For copying and distribution information, please see the file + * . + * + * LIBOS internal function prototypes. + */ + +#include + +#ifndef KRB5_LIBOS_INT_PROTO__ +#define KRB5_LIBOS_INT_PROTO__ + +#ifdef SOCK_DGRAM /* XXX hack... */ +krb5_error_code krb5_locate_kdc + PROTOTYPE((krb5_data *, + struct sockaddr **, + int *)); +#endif + +#endif /* KRB5_LIBOS_INT_PROTO__ */