summaryrefslogtreecommitdiff
path: root/neon/src/ne_uri.h
diff options
context:
space:
mode:
Diffstat (limited to 'neon/src/ne_uri.h')
-rw-r--r--neon/src/ne_uri.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/neon/src/ne_uri.h b/neon/src/ne_uri.h
index cc84f5820..61b965999 100644
--- a/neon/src/ne_uri.h
+++ b/neon/src/ne_uri.h
@@ -72,7 +72,7 @@ typedef struct {
* are malloc'ed, structure should be free'd with uri_free on
* successful return. Any unspecified URI fields are set to NULL or 0
* appropriately in *parsed. */
-int ne_uri_parse(const char *uri, ne_uri *parsed)
+int ne_uri_parse(const char *uri, /*@out@*/ ne_uri *parsed)
/*@modifies parsed @*/;
/* Turns a URI structure back into a string. String is