aboutsummaryrefslogtreecommitdiff
path: root/src/proj.def
blob: 854fa23ff4a6d27193704f05012379e1ae703d15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LIBRARY   PROJ
VERSION   1.1
EXPORTS
	pj_init		@1
	pj_fwd		@2
	pj_inv		@3
	pj_free		@4
	pj_transform	@5
        pj_geocentric_to_geodetic @6
        pj_geodetic_to_geocentric @7
        pj_deallocate_grids       @8
        pj_init_plus              @9
        pj_latlong_from_proj      @10
        pj_is_latlong             @11
	pj_get_errno_ref	  @12