Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux indy02.toastserver.com 3.10.0-962.3.2.lve1.5.85.el7.x86_64 #1 SMP Thu Apr 18 15:18:36 UTC 2024 x86_64
User : palandch ( 1163)
PHP Version : 7.1.33
Disable Function : NONE
Directory :  /usr/include/yaz/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/include/yaz/z-estask.h
/** \file z-estask.h
    \brief ASN.1 Module RecordSyntax-ESTaskPackage

    Generated automatically by YAZ ASN.1 Compiler 0.4
*/

#ifndef z_estask_H
#define z_estask_H

#include <yaz/odr.h>
#include <yaz/z-core.h>
#ifdef __cplusplus
extern "C" {
#endif

typedef struct Z_TaskPackage Z_TaskPackage;
YAZ_EXPORT int z_TaskPackage(ODR o, Z_TaskPackage **p, int opt, const char *name);
#ifdef __cplusplus
}
#endif
#ifdef __cplusplus
extern "C" {
#endif
struct Z_TaskPackage {
	Odr_oid *packageType;
	Z_InternationalString *packageName; /* OPT */
	Z_InternationalString *userId; /* OPT */
	Z_IntUnit *retentionTime; /* OPT */
	Z_Permissions *permissions; /* OPT */
	Z_InternationalString *description; /* OPT */
	Odr_oct *targetReference; /* OPT */
	char *creationDateTime; /* OPT */
#define Z_TaskPackage_pending 0
#define Z_TaskPackage_active 1
#define Z_TaskPackage_complete 2
#define Z_TaskPackage_aborted 3
	Odr_int *taskStatus;
	int num_packageDiagnostics;
	Z_DiagRec **packageDiagnostics; /* OPT */
	Z_External *taskSpecificParameters;
};

#ifdef __cplusplus
}
#endif
#endif

Spamworldpro Mini