X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fz-acckrb1.h;fp=include%2Fyaz%2Fz-acckrb1.h;h=0000000000000000000000000000000000000000;hb=fa21652860bfd374c3fa9adee83ad726bffd6dbd;hp=cef0a291984618b3f235ea0ec5cd1b583e2673f6;hpb=b86dedd714b84b52d7f1bfe71555d08367c2c179;p=yaz-moved-to-github.git diff --git a/include/yaz/z-acckrb1.h b/include/yaz/z-acckrb1.h deleted file mode 100644 index cef0a29..0000000 --- a/include/yaz/z-acckrb1.h +++ /dev/null @@ -1,51 +0,0 @@ -/* Generated automatically by the YAZ ASN.1 Compiler 0.3 */ -/* Module-H AccessControlFormat-krb-1 */ - -#ifndef z_acckrb1_H -#define z_acckrb1_H - -#include -#include -#ifdef __cplusplus -extern "C" { -#endif - -typedef struct Z_KRBObject Z_KRBObject; -YAZ_EXPORT int z_KRBObject (ODR o, Z_KRBObject **p, int opt, const char *name); - -typedef struct Z_KRBRequest Z_KRBRequest; -YAZ_EXPORT int z_KRBRequest (ODR o, Z_KRBRequest **p, int opt, const char *name); - -typedef struct Z_KRBResponse Z_KRBResponse; -YAZ_EXPORT int z_KRBResponse (ODR o, Z_KRBResponse **p, int opt, const char *name); -#ifdef __cplusplus -} -#endif -#ifdef __cplusplus -extern "C" { -#endif -struct Z_KRBObject { - int which; - union { - Z_KRBRequest *challenge; - Z_KRBResponse *response; -#define Z_KRBObject_challenge 1 -#define Z_KRBObject_response 2 - } u; -}; - -struct Z_KRBRequest { - Z_InternationalString *service; - Z_InternationalString *instance; /* OPT */ - Z_InternationalString *realm; /* OPT */ -}; - -struct Z_KRBResponse { - Z_InternationalString *userid; /* OPT */ - Odr_oct *ticket; -}; - -#ifdef __cplusplus -} -#endif -#endif