summaryrefslogtreecommitdiff
path: root/neon
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2004-11-05 00:45:02 +0000
committerjbj <devnull@localhost>2004-11-05 00:45:02 +0000
commit8e7cbc84da14207e38143226fd144b9a5155df6d (patch)
tree27042b98972eb6c1280fa7a26d92e4f759071cca /neon
parent9865db5f7ecce9116011e776be784e0b38fd25c2 (diff)
downloadlibrpm-tizen-8e7cbc84da14207e38143226fd144b9a5155df6d.tar.gz
librpm-tizen-8e7cbc84da14207e38143226fd144b9a5155df6d.tar.bz2
librpm-tizen-8e7cbc84da14207e38143226fd144b9a5155df6d.zip
Implement davStat (and clone davLstat), sufficient for fts walk.
CVS patchset: 7541 CVS date: 2004/11/05 00:45:02
Diffstat (limited to 'neon')
-rw-r--r--neon/src/ne_props.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/neon/src/ne_props.h b/neon/src/ne_props.h
index 3e6808248..361cb44ce 100644
--- a/neon/src/ne_props.h
+++ b/neon/src/ne_props.h
@@ -56,7 +56,7 @@ BEGIN_NEON_DECLS
typedef struct {
/*@observer@*/ /*@null@*/
const char *nspace;
-/*@observer@*/
+/*@observer@*/ /*@null@*/
const char *name;
} ne_propname;