summaryrefslogtreecommitdiff
path: root/src/3rdparty/proj/pj_list.c
blob: 7d35811b1bacfcc5e1896eb8b6dca16690ed3858 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Projection System: default list of projections
** Use local definition of PJ_LIST_H for subset.
*/
#define PJ_LIST_H "pj_list.h"
#include "projects.h"

struct PJ_LIST  *pj_get_list_ref()

{
    return pj_list;
}