]> git.pld-linux.org Git - packages/gpsd.git/blob - gpsd-qt.patch
- fix python module install
[packages/gpsd.git] / gpsd-qt.patch
1 --- gpsd-3.1/gpsd.h-tail.orig   2011-08-26 13:56:08.000000000 +0200
2 +++ gpsd-3.1/gpsd.h-tail        2011-09-27 20:47:19.111181574 +0200
3 @@ -758,7 +758,12 @@
4  #define DEBUG_JSON     5       /* minimum level for verbose JSON debugging */
5  # define libgps_debug_trace(args) (void) libgps_trace args
6  extern int libgps_debuglevel;
7 -extern void libgps_dump_state(struct gps_data_t *);
8 +#ifdef __cplusplus
9 +extern "C"
10 +#else
11 +extern
12 +#endif
13 +void libgps_dump_state(struct gps_data_t *);
14  #else
15  # define libgps_debug_trace(args) /*@i1@*/do { } while (0)
16  #endif /* LIBGPS_DEBUG */
This page took 0.042472 seconds and 3 git commands to generate.