summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-09-29 07:02:49 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-09-29 07:02:49 -0400
commit167ad11610484532ef3686fbfbb6d36e809e4212 (patch)
tree4c44227e9f8afd4c33009afaed906b8488d9ec5f /gpsd.h-tail
parentf628764ea400bb6e14342908ca595a0c91e5c5ab (diff)
downloadgpsd-167ad11610484532ef3686fbfbb6d36e809e4212.tar.gz
Cleanup after the big change.
The fact that this was necessary may indicate a build systenm issue that's leaving stale binaries in place.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index f5dac310..7bf8fc55 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -844,7 +844,7 @@ extern void libgps_dump_state(struct gps_data_t *);
#endif /* LIBGPS_DEBUG */
void gpsd_labeled_report(const int, const int,
- const char *, const char *, va_list)
+ const char *, const char *, va_list);
# if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
__attribute__((__format__(__printf__, 3, 4))) void gpsd_report(const int, const int, const char *, ...);
# else /* not a new enough GCC, use the unprotected prototype */