summaryrefslogtreecommitdiff
path: root/include/fieldmap.h
blob: 936d27b4a3fc856282272a79fd42311dbaaaf0e1 (plain)
1
2
3
4
5
6
#ifndef GUARD_FIELDMAP2_H
#define GUARD_FIELDMAP2_H

struct MapHeader *mapconnection_get_mapheader(struct MapConnection *connection);

#endif