This file is indexed.

/usr/include/c-lib/inc/asn-UniversalString.h is in libesnacc-dev 1.8.1-1build1.

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
#ifndef _asn_UniversalString_h_
#define _asn_UniversalString_h_


#ifdef __cplusplus
extern "C" {
#endif

typedef AsnOcts UniversalString; /* [UNIVERSAL 28] IMPLICIT OCTET STRING */

AsnLen BEncUniversalString PROTO ((GenBuf *b, UniversalString *v));
AsnLen BEncUniversalStringContent PROTO ((GenBuf *b, UniversalString *octs));

void BDecUniversalString PROTO ((GenBuf *b, UniversalString *result, AsnLen *bytesDecoded, ENV_TYPE env));
void BDecUniversalStringContent PROTO ((GenBuf *b, AsnTag tagId, AsnLen len, UniversalString *result, AsnLen *bytesDecoded, ENV_TYPE env));

#define PrintUniversalString PrintAsnOcts

#define FreeUniversalString FreeAsnOcts 

int CvtUniversalString2wchar(UniversalString *inOcts, wchar_t **outStr);


#ifdef __cplusplus
}
#endif

#endif