/usr/include/ncbi/objmdrs.h is in libncbi6-dev 6.1.20120620-8.
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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | #ifndef _objmdrs_
#define _objmdrs_
#undef NLM_EXTERN
#ifdef NLM_IMPORT
#define NLM_EXTERN NLM_IMPORT
#else
#define NLM_EXTERN extern
#endif
#ifdef __cplusplus
extern "C" { /* } */
#endif
/**************************************************
*
* Generated objects for Module NCBI-Medlars
* Generated using ASNCODE Revision: 5.2 at Jan 30, 1997 10:13 AM
*
**************************************************/
NLM_EXTERN Boolean LIBCALL objmdrsAsnLoad PROTO((void));
/**************************************************
*
* MedlarsEntry
*
**************************************************/
typedef struct struct_Medlars_entry {
Int4 pmid;
Int4 muid;
struct struct_Medlars_record PNTR recs;
} MedlarsEntry, PNTR MedlarsEntryPtr;
NLM_EXTERN MedlarsEntryPtr LIBCALL MedlarsEntryFree PROTO ((MedlarsEntryPtr ));
NLM_EXTERN MedlarsEntryPtr LIBCALL MedlarsEntryNew PROTO (( void ));
NLM_EXTERN MedlarsEntryPtr LIBCALL MedlarsEntryAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
NLM_EXTERN Boolean LIBCALL MedlarsEntryAsnWrite PROTO (( MedlarsEntryPtr , AsnIoPtr, AsnTypePtr));
/**************************************************
*
* MedlarsRecord
*
**************************************************/
typedef struct struct_Medlars_record {
struct struct_Medlars_record PNTR next;
Int4 code;
CharPtr abbr;
CharPtr data;
} MedlarsRecord, PNTR MedlarsRecordPtr;
NLM_EXTERN MedlarsRecordPtr LIBCALL MedlarsRecordFree PROTO ((MedlarsRecordPtr ));
NLM_EXTERN MedlarsRecordPtr LIBCALL MedlarsRecordNew PROTO (( void ));
NLM_EXTERN MedlarsRecordPtr LIBCALL MedlarsRecordAsnRead PROTO (( AsnIoPtr, AsnTypePtr));
NLM_EXTERN Boolean LIBCALL MedlarsRecordAsnWrite PROTO (( MedlarsRecordPtr , AsnIoPtr, AsnTypePtr));
#ifdef __cplusplus
/* { */ }
#endif
#endif /* _objmdrs_ */
#undef NLM_EXTERN
#ifdef NLM_EXPORT
#define NLM_EXTERN NLM_EXPORT
#else
#define NLM_EXTERN
#endif
|