new prototypes
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2279 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef HAVE_NETDB_H
|
||||
#include <netdb.h>
|
||||
#endif
|
||||
|
||||
#include <gssapi.h>
|
||||
|
||||
#include <krb5.h>
|
||||
@@ -28,4 +32,19 @@ gssapi_krb5_decapsulate(
|
||||
krb5_data *out_data,
|
||||
u_char *type);
|
||||
|
||||
void
|
||||
gssapi_krb5_encap_length (size_t data_len,
|
||||
size_t *len,
|
||||
size_t *total_len);
|
||||
|
||||
u_char *
|
||||
gssapi_krb5_make_header (u_char *p,
|
||||
size_t len,
|
||||
u_char *type);
|
||||
|
||||
OM_uint32
|
||||
gssapi_krb5_verify_header(u_char **str,
|
||||
size_t total_len,
|
||||
u_char *type);
|
||||
|
||||
#endif
|
||||
|
@@ -6,6 +6,10 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef HAVE_NETDB_H
|
||||
#include <netdb.h>
|
||||
#endif
|
||||
|
||||
#include <gssapi.h>
|
||||
|
||||
#include <krb5.h>
|
||||
@@ -28,4 +32,19 @@ gssapi_krb5_decapsulate(
|
||||
krb5_data *out_data,
|
||||
u_char *type);
|
||||
|
||||
void
|
||||
gssapi_krb5_encap_length (size_t data_len,
|
||||
size_t *len,
|
||||
size_t *total_len);
|
||||
|
||||
u_char *
|
||||
gssapi_krb5_make_header (u_char *p,
|
||||
size_t len,
|
||||
u_char *type);
|
||||
|
||||
OM_uint32
|
||||
gssapi_krb5_verify_header(u_char **str,
|
||||
size_t total_len,
|
||||
u_char *type);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user