aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-10 22:17:19 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-10 22:17:19 +0000
commit7dc9c567366b73f192eaf4eab4570e6119e07000 (patch)
tree03b0db913f12dfa0e575ff5d735902360e0df3b7 /src/fs/fs_api.h
parentd0e3840931750ca4bf4848d950ab9a0c0b5022bc (diff)
downloadgnunet-7dc9c567366b73f192eaf4eab4570e6119e07000.tar.gz
gnunet-7dc9c567366b73f192eaf4eab4570e6119e07000.zip
eliminating use of 'namespace' as a fieldname / variable name to be C++ compatible
Diffstat (limited to 'src/fs/fs_api.h')
-rw-r--r--src/fs/fs_api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_api.h b/src/fs/fs_api.h
index 7c91b5d23..9325c6023 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -205,7 +205,7 @@ struct GNUNET_FS_Uri
205 /** 205 /**
206 * Hash of the public key for the namespace. 206 * Hash of the public key for the namespace.
207 */ 207 */
208 struct GNUNET_HashCode namespace; 208 struct GNUNET_HashCode ns;
209 209
210 /** 210 /**
211 * Human-readable identifier chosen for this 211 * Human-readable identifier chosen for this
@@ -1159,7 +1159,7 @@ struct GNUNET_FS_PublishContext
1159 /** 1159 /**
1160 * Namespace that we are publishing in, NULL if we have no namespace. 1160 * Namespace that we are publishing in, NULL if we have no namespace.
1161 */ 1161 */
1162 struct GNUNET_FS_Namespace *namespace; 1162 struct GNUNET_FS_Namespace *ns;
1163 1163
1164 /** 1164 /**
1165 * ID of the content in the namespace, NULL if we have no namespace. 1165 * ID of the content in the namespace, NULL if we have no namespace.