/usr/include/yaz/z-sutrs.h is in libyaz4-dev 4.2.30-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | /** \file z-sutrs.h
\brief ASN.1 Module RecordSyntax-SUTRS
Generated automatically by YAZ ASN.1 Compiler 0.4
*/
#ifndef z_sutrs_H
#define z_sutrs_H
#include <yaz/odr.h>
#ifdef __cplusplus
extern "C" {
#endif
typedef Odr_oct Z_SUTRS;
YAZ_EXPORT int z_SUTRS (ODR o, Odr_oct **p, int opt, const char *name);
#ifdef __cplusplus
}
#endif
#include <yaz/z-core.h>
#ifdef __cplusplus
extern "C" {
#endif
typedef Z_InternationalString Z_SutrsRecord;
YAZ_EXPORT int z_SutrsRecord(ODR o, Z_SutrsRecord **p, int opt, const char *name);
#ifdef __cplusplus
}
#endif
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif
|