new prototypes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2279 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-14 11:43:21 +00:00
parent 13a35c734e
commit f3f5c0172b
2 changed files with 38 additions and 0 deletions

View File

@@ -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

View File

@@ -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