/usr/include/ncbi/prunebsc.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 | /*****************************************************************************
*
* prunebiostruc.h
*
*****************************************************************************/
#ifndef _PRUNEBIOSTRUC_
#define _PRUNEBIOSTRUC_
#include <ncbi.h>
#include <asn.h>
#include <mmdbapi.h>
#include "strimprt.h"
#define MAXNUM 50
#ifdef __cplusplus
extern "C" {
#endif
BiostrucPtr LIBCALL PruneBiostruc(BiostrucPtr bsp, CharPtr chain);
#ifdef __cplusplus
}
#endif
#endif
|