summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-09-29 21:14:34 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-09-29 21:14:34 +0000
commitff752029df033c16591f6a1556f03d2ce4bf7229 (patch)
tree3da4cb2ec7e9ce53584b6a60215531ad4157179d /gpsd.h-tail
parent9fbf47a10a244ac08eda2510df48659e2e2d87f8 (diff)
downloadgpsd-ff752029df033c16591f6a1556f03d2ce4bf7229.tar.gz
Add some debugging machinery - we can now dump set flags in a convenient form.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index f9ef2abf..43a20153 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -537,6 +537,8 @@ __attribute__((__format__(__printf__, 2, 3))) void gpsd_report(int, const char *
# else /* not a new enough GCC, use the unprotected prototype */
void gpsd_report(int, const char *, ...);
#endif
+extern /*@observer@*/const char *gpsd_maskdump(gps_mask_t);
+
#ifdef S_SPLINT_S
extern bool finite(double);