blob: 8cd0220f0cd9903bb7581a711678def11a01d85b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* gpsd.h -- fundamental types and structures for the gpsd library
*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
*/
#ifndef _GPSD_H_
#define _GPSD_H_
#include <stdbool.h>
#include <stdio.h>
#ifndef GPSD_CONFIG_H
/* Feature configuration switches begin here */
|