summaryrefslogtreecommitdiff
path: root/json.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-09-10 11:09:03 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-09-10 11:09:03 +0000
commitb735d05e0579c60c542f7c8fcab961ce4401c32f (patch)
tree2db7161ef4d35c66785f57158e030a2a6641eef5 /json.h
parentb85ca4e26b61471cd17e9468efbb49c56b77fdb9 (diff)
downloadgpsd-b735d05e0579c60c542f7c8fcab961ce4401c32f.tar.gz
Splint Cleanup Meets Billy The Kid. All regression tests pass.
Diffstat (limited to 'json.h')
-rw-r--r--json.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/json.h b/json.h
index 28e33afc..98947924 100644
--- a/json.h
+++ b/json.h
@@ -61,9 +61,9 @@ struct json_attr_t {
#define JSON_VAL_MAX 120 /* max chars in JSON value part */
int json_read_object(const char *, const struct json_attr_t *,
- /*@out null@*/const char **);
+ /*@null@*/const char **);
int json_read_array(const char *, const struct json_array_t *,
- /*@out null@*/const char **);
+ /*@null@*/const char **);
const /*@observer@*/char *json_error_string(int);
#define JSON_ERR_OBSTART 1 /* non-WS when expecting object start */