Statistics
| Revision:

svn-gvsig-desktop / tags / v1_9_Build_1230 / libraries / libjni-proj4 / src / pj_list.c @ 33666

History | View | Annotate | Download (300 Bytes)

1
#ifndef lint
2
static const char SCCSID[]="@(#)pj_list.c        4.6        94/02/15        GIE        REL";
3
#endif
4
/* Projection System: default list of projections
5
** Use local definition of PJ_LIST_H for subset.
6
*/
7
#define PJ_LIST_H "pj_list.h"
8
#include "projects.h"
9

    
10
struct PJ_LIST  *pj_get_list_ref()
11

    
12
{
13
    return pj_list;
14
}