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

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