Codebase list libgeotiff / debian/1.2.4-1 geotiffio.h
debian/1.2.4-1

Tree @debian/1.2.4-1 (Download .tar.gz)

geotiffio.h @debian/1.2.4-1raw · history · blame

/* 
 * geotiffio.h
 * 
 * Standard include file for geotiff, including all
 *  key and code definitions.
 */


#ifndef __geotiffio_h
#define __geotiffio_h

#include "geotiff.h"  /* public key interface */
#include "geovalues.h" /* key code definitions */

#endif /* __geotiffio_h */