summaryrefslogtreecommitdiff
path: root/gpsd.h-head
blob: e19e0382afc755f5ce8765f37c1260dc06c76693 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* 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_

# ifdef __cplusplus
extern "C" {
# endif

#include <stdbool.h>
#include <stdio.h>

#ifndef GPSD_CONFIG_H
/* Feature configuration switches begin here */