This file is indexed.

/usr/include/nrn/nrniv_mf.h is in neuron-dev 7.5-1.

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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
#ifndef nrniv_mf_h
#define nrniv_mf_h

#include "membfunc.h"
#include <hoc_membf.h>

struct NrnThread;
union Datum;	

#if defined(__cplusplus)
extern "C" {
#endif

typedef double (*ldifusfunc3_t)(int, double*, Datum*, double*, double*, Datum*, NrnThread*);
typedef void ldifusfunc2_t(int, ldifusfunc3_t, void**, int, int, int, NrnThread*);
typedef void (*ldifusfunc_t)(ldifusfunc2_t, NrnThread*);
typedef void (*pnt_receive_t)(Point_process*, double*, double);
typedef void (*pnt_receive_init_t)(Point_process*, double*, double);

extern void register_mech(const char**, Pvmp, Pvmi, Pvmi, Pvmi, Pvmi, int, int);
extern int point_register_mech(const char**, Pvmp, Pvmi, Pvmi, Pvmi, Pvmi, int, int,
	void*(*)(Object*), void(*)(void*), Member_func*);
extern void hoc_register_cvode(int, nrn_ode_count_t, nrn_ode_map_t, Pvmi, Pvmi);
extern void hoc_register_ldifus1(ldifusfunc_t);
extern int nrn_get_mechtype(const char*);
extern int v_structure_change;
extern void ion_reg(const char*, double);
extern Prop* need_memb(Symbol*);
extern Prop* need_memb_cl(Symbol*,int*,int*);
extern Prop* prop_alloc(Prop**, int, Node*);
extern void nrn_promote(Prop*, int, int);
extern void nrn_check_conc_write(Prop*, Prop*, int);
extern void nrn_writes_conc(int, int);
extern void nrn_wrote_conc(Symbol*, double*, int);
extern double nrn_ion_charge(Symbol*);
extern void nrn_update_ion_pointer(Symbol*, Datum*, int, int);
extern void* create_point_process(int, Object*);
extern void destroy_point_process(void*);
extern double has_loc_point(void*);
extern double get_loc_point_process(void*);
extern double loc_point_process(int, void*);
extern Prop* nrn_point_prop_;
extern Point_process* ob2pntproc(Object*);
extern Point_process* ob2pntproc_0(Object*);
extern int at_time(NrnThread*, double);
extern void nrn_complain(double*);
extern int ifarg(int);
extern pnt_receive_t* pnt_receive;
extern pnt_receive_init_t* pnt_receive_init;
extern short* pnt_receive_size;
extern void add_nrn_artcell(int, int);
extern void add_nrn_has_net_event(int);
extern void set_seed(double);
extern void nrn_net_send(void**, double*, Point_process*, double, double);
extern void nrn_net_move(void**, Point_process*, double);
extern void nrn_net_event(Point_process*, double);
extern void artcell_net_send(void**, double*, Point_process*, double, double);
extern void artcell_net_move(void**, Point_process*, double);
extern void register_destructor(Pvmp);
extern void hoc_register_synonym(int, void(*)(int, double**, Datum**));
extern double* _getelm(int, int);
extern double* _nrn_thread_getelm(void*, int, int);
extern int sparse(void**, int, int*, int*, double*, double*, double,
  int(*)(), double**, int);
extern int sparse_thread(void**, int, int*, int*, double*, double*, double,
  int(*)(void*, double*, double*, Datum*, Datum*, NrnThread*), int, Datum*, Datum*, NrnThread*);
extern int _ss_sparse(void**, int, int*, int*, double*, double*, double,
  int(*)(), double**, int);
extern int _ss_sparse_thread(void**, int, int*, int*, double*, double*, double,
  int(*)(void*, double*, double*, Datum*, Datum*, NrnThread*), int, void*, void*, void*);
extern int _cvode_sparse(void**, int, int*, double*,
  int(*)(), double**);
extern int _cvode_sparse_thread(void**, int, int*, double*,
  int(*)(void*, double*, double*, Datum*, Datum*, NrnThread*), void*, void*, void*);
extern int _nrn_destroy_sparseobj_thread(void*);
extern int derivimplicit(int, int, int*, int*, double*, double*, double, int(*)(), double**);
extern int derivimplicit_thread(int, int*, int*, double*, int(*)(double*, union Datum*, union Datum*, struct NrnThread*), void*, void*, void*);
extern int _ss_derivimplicit(int, int, int*, int*, double*, double*, double,
  int(*)(), double**);
extern int _ss_derivimplicit_thread(int, int*, int*, double*,
   int(*)(double*, union Datum*, union Datum*, struct NrnThread*), void*, void*, void*);
extern int euler_thread(int, int*, int*, double*,
   int(*)(double*, union Datum*, union Datum*, struct NrnThread*), union Datum*, union Datum*, struct NrnThread*);

#if defined(__cplusplus)
}
#endif

#endif /* nrniv_mf_h */