]> mj.ucw.cz Git - leo.git/blob - shp.h
Makefile: We need to link with libm
[leo.git] / shp.h
1 /*
2  *      Hic Est Leo -- Reading ESRI Shape Files
3  *
4  *      (c) 2014 Martin Mares <mj@ucw.cz>
5  */
6
7 #ifndef _LEO_SHP_H
8 #define _LEO_SHP_H
9
10 void shp_parse(const char *name);
11
12 #endif