File: geotiffio.h

package info (click to toggle)
libgeotiff-dfsg 1.3.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,376 kB
  • sloc: sh: 8,856; ansic: 7,792; makefile: 207
file content (21 lines) | stat: -rw-r--r-- 453 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* 
 * geotiffio.h
 * 
 * Standard include file for geotiff, including all
 * key and code definitions.
 *
 * copyright (c) 1995   Niles D. Ritter
 *
 * Permission granted to use this software, so long as this copyright
 * notice accompanies any products derived therefrom.
 */


#ifndef __geotiffio_h
#define __geotiffio_h

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

#endif /* __geotiffio_h */