Skip to content

Commit

Permalink
Fix strtree header file (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervdw committed Jan 25, 2020
1 parent 8a7664b commit 2304088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/strtree.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ typedef struct
npy_intp *a;
} npy_intp_vec;

PyTypeObject STRtreeType;
extern PyTypeObject STRtreeType;

int init_strtree_type(PyObject *m);
extern int init_strtree_type(PyObject *m);

#endif

0 comments on commit 2304088

Please sign in to comment.