summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2008-07-16 08:28:42 +0000
committerEric S. Raymond <esr@thyrsus.com>2008-07-16 08:28:42 +0000
commitb3a7124ed151a342fa37b6767a8fd94755fb44c4 (patch)
tree8f920408403b13edee1a6c4cab8933c116504281 /gpsd.h-tail
parent870ca7b781612e85b6a101fe95e20c979317d070 (diff)
downloadgpsd-b3a7124ed151a342fa37b6767a8fd94755fb44c4.tar.gz
Large step towards RTCM3 dumping. This code is still buggy and incomplete.
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 d5758ec0..7d5876f8 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -117,7 +117,7 @@ extern bool rtcm2_repack(struct rtcm2_t *, isgps30bits_t *);
extern void rtcm2_output_magnavox(isgps30bits_t *, FILE *);
extern void rtcm3_unpack(/*@out@*/struct rtcm3_t *, char *);
-extern void rtcm3_dump(struct rtcm3_t *rtcm, /*@out@*/char buf[], size_t buflen);
+extern void rtcm3_dump(struct rtcm3_t *rtcm, FILE *);
/* Next, declarations for the core library... */