Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ././../../../../../../usr/include/openldap/rad/adr_stream_gss.h
Real path: /usr/include/rad/adr_stream_gss.h
Zurück
/* * Copyright (c) 2012, 2022, Oracle and/or its affiliates. */ #ifndef _ADR_STREAM_GSS_H #define _ADR_STREAM_GSS_H #include <gssapi/gssapi.h> #include <rad/adr_stream.h> #ifdef __cplusplus extern "C" { #endif adr_stream_t *adr_stream_create_gss(gss_ctx_id_t, int, int); token_status_t adr_read_gss_token(int, adr_data_t *); token_status_t adr_write_gss_token(int, adr_data_t *); #ifdef __cplusplus } #endif #endif /* _ADR_STREAM_GSS_H */