summaryrefslogtreecommitdiff
path: root/rtcm.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-13 03:37:22 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-13 03:37:22 +0000
commit83a228a30b666015351ce8550cefbc1f150ab5b4 (patch)
tree20ce89336025a38f354c77045d65a2deae1a3f8c /rtcm.h
parentacb0746f01a40482007abea14a398bf4ba2534e2 (diff)
downloadgpsd-83a228a30b666015351ce8550cefbc1f150ab5b4.tar.gz
Another step towards RTCM104 integration.
Diffstat (limited to 'rtcm.h')
-rw-r--r--rtcm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtcm.h b/rtcm.h
index b692e8d1..79fb993d 100644
--- a/rtcm.h
+++ b/rtcm.h
@@ -146,7 +146,7 @@ struct rtcm_ctx {
#define RTCM_SYNC (struct rtcm_msghdr *)-1
extern void rtcm_init(/*@out@*/struct rtcm_ctx * ctx);
-extern /*@null@*/ struct rtcm_msghdr * rtcm_decode(struct rtcm_ctx * ctx, unsigned int c);
+extern /*@null@*//*@observer@*/ struct rtcm_msghdr * rtcm_decode(struct rtcm_ctx * ctx, unsigned int c);
extern void rtcm_print_msg(struct rtcm_msghdr * m);
/* end */