diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/os/os-proto.h | 26 |
1 files changed, 26 insertions, 0 deletions
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 + * <krb5/mit-copyright.h>. + * + * LIBOS internal function prototypes. + */ + +#include <krb5/copyright.h> + +#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__ */ |
