This file is indexed.

/usr/include/ncbi/objspell.h is in libncbi6-dev 6.1.20120620-7.

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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/*
*
*
* RCS Modification History:
* $Log: objspell.h,v $
* Revision 6.0  1997/08/25 18:40:26  madden
* Revision changed to 6.0
*
* Revision 4.0  1995/07/26 13:55:42  ostell
* force revision to 4.0
*
 * Revision 1.2  1995/05/17  17:59:53  epstein
 * add RCS log revision history
 *
*/

#ifndef _objspell_ 
#define _objspell_ 

#ifdef __cplusplus
extern "C" { /* } */
#endif


/**************************************************
*
*    Generated objects for Module NCBI-SPELL
*
**************************************************/
typedef ValNodePtr SpellRequestPtr;
typedef ValNode SpellRequest;
#define SpellRequest_init 1
#define SpellRequest_spelltext 2
#define SpellRequest_fini 3


SpellRequestPtr LIBCALL SpellRequestFree PROTO ((SpellRequestPtr ));
SpellRequestPtr LIBCALL SpellRequestAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
Boolean LIBCALL SpellRequestAsnWrite PROTO (( SpellRequestPtr , AsnIoPtr, AsnTypePtr));

typedef ValNodePtr SpellResponsePtr;
typedef ValNode SpellResponse;
#define SpellResponse_error 1
#define SpellResponse_init 2
#define SpellResponse_spelltext 3
#define SpellResponse_fini 4


SpellResponsePtr LIBCALL SpellResponseFree PROTO ((SpellResponsePtr ));
SpellResponsePtr LIBCALL SpellResponseAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
Boolean LIBCALL SpellResponseAsnWrite PROTO (( SpellResponsePtr , AsnIoPtr, AsnTypePtr));

#ifdef __cplusplus
/* { */ }
#endif

#endif