/usr/include/ncbi/spell.h is in libncbi6-dev 6.1.20110713-3ubuntu2.
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 | /***********************************************************************
*
**
* Automatic header module from ASNTOOL
*
************************************************************************/
#ifndef _ASNTOOL_
#include <asn.h>
#endif
static char * asnfilename = "spell.h";
static AsnType atx[15] = {
{401, "Spell-request" ,1,0,0,0,0,0,0,0,NULL,&atx[6],&atx[1],0,&atx[7]} ,
{0, "init" ,128,0,0,0,0,0,0,0,NULL,&atx[2],NULL,0,&atx[3]} ,
{305, "NULL" ,0,5,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
{0, "spelltext" ,128,1,0,0,0,0,0,0,NULL,&atx[4],NULL,0,&atx[5]} ,
{323, "VisibleString" ,0,26,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
{0, "fini" ,128,2,0,0,0,0,0,0,NULL,&atx[2],NULL,0,NULL} ,
{315, "CHOICE" ,0,-1,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
{402, "Spell-response" ,1,0,0,0,0,0,0,0,NULL,&atx[6],&atx[8],0,NULL} ,
{0, "error" ,128,0,0,0,0,0,0,0,NULL,&atx[9],NULL,0,&atx[10]} ,
{302, "INTEGER" ,0,2,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
{0, "init" ,128,1,0,0,0,0,0,0,NULL,&atx[2],NULL,0,&atx[11]} ,
{0, "spelltext" ,128,2,0,0,0,0,0,0,NULL,&atx[13],&atx[12],0,&atx[14]} ,
{0, NULL,1,-1,0,0,0,0,0,0,NULL,&atx[4],NULL,0,NULL} ,
{312, "SEQUENCE OF" ,0,16,0,0,0,0,0,0,NULL,NULL,NULL,0,NULL} ,
{0, "fini" ,128,3,0,0,0,0,0,0,NULL,&atx[2],NULL,0,NULL} };
static AsnModule ampx[1] = {
{ "NCBI-SPELL" , "spell.h",&atx[0],NULL,NULL,0,0} };
static AsnValxNodePtr avn = NULL;
static AsnTypePtr at = atx;
static AsnModulePtr amp = ampx;
/**************************************************
*
* Defines for Module NCBI-SPELL
*
**************************************************/
#define SPELL_REQUEST &at[0]
#define SPELL_REQUEST_init &at[1]
#define SPELL_REQUEST_spelltext &at[3]
#define SPELL_REQUEST_fini &at[5]
#define SPELL_RESPONSE &at[7]
#define SPELL_RESPONSE_error &at[8]
#define SPELL_RESPONSE_init &at[10]
#define SPELL_RESPONSE_spelltext &at[11]
#define SPELL_RESPONSE_spelltext_E &at[12]
#define SPELL_RESPONSE_fini &at[14]
|