PostGIS
2.4.9dev-r@@SVN_REVISION@@
cu_shp2pgsql.h
Go to the documentation of this file.
1
/**********************************************************************
2
*
3
* PostGIS - Spatial Types for PostgreSQL
4
* http://postgis.net
5
* Copyright 2010 LISAsoft Pty Ltd
6
*
7
* This is free software; you can redistribute and/or modify it under
8
* the terms of the GNU General Public Licence. See the COPYING file.
9
*
10
**********************************************************************/
11
12
#ifndef __cu_shp2pgsql_h__
13
#define __cu_shp2pgsql_h__
14
15
#include <stdio.h>
16
#include <stdlib.h>
17
#include <string.h>
18
#include "CUnit/Basic.h"
19
20
/***********************************************************************
21
** for Computational Geometry Suite
22
*/
23
24
/* Admin functions */
25
int
init_shp2pgsql_suite
(
void
);
26
int
clean_shp2pgsql_suite
(
void
);
27
28
#endif
/* __cu_shp2pgsql_h__ */
init_shp2pgsql_suite
int init_shp2pgsql_suite(void)
Definition:
cu_shp2pgsql.c:51
clean_shp2pgsql_suite
int clean_shp2pgsql_suite(void)
Definition:
cu_shp2pgsql.c:60
loader
cunit
cu_shp2pgsql.h
Generated by
1.8.13