PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches
cu_pgsql2shp.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_pgsql2shp_h__
13#define __cu_pgsql2shp_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 */
25int init_pgsql2shp_suite(void);
26int clean_pgsql2shp_suite(void);
27
28#endif /* __cu_pgsql2shp_h__ */
int clean_pgsql2shp_suite(void)
int init_pgsql2shp_suite(void)