aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-04-14 20:21:41 +0000
committerChristian Grothoff <christian@grothoff.org>2013-04-14 20:21:41 +0000
commitce52e258a28a17f5c319549fda1b5fbb8f6169a7 (patch)
treea1198190a418df4c35f2ccd19139f4f67e0c240b /src/fs/fs_api.h
parentacc6f8a81932a50650ab2aa2d52d6f873f8a2060 (diff)
downloadgnunet-ce52e258a28a17f5c319549fda1b5fbb8f6169a7.tar.gz
gnunet-ce52e258a28a17f5c319549fda1b5fbb8f6169a7.zip
renaming GNUNET_PSEUDONYM_-API to GNUNET_FS_pseudonym-API
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 b2744237e..8d9c0b298 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -206,7 +206,7 @@ struct GNUNET_FS_Uri
206 /** 206 /**
207 * Identifier of the namespace. 207 * Identifier of the namespace.
208 */ 208 */
209 struct GNUNET_PseudonymIdentifier ns; 209 struct GNUNET_FS_PseudonymIdentifier ns;
210 210
211 /** 211 /**
212 * Human-readable identifier chosen for this 212 * Human-readable identifier chosen for this
@@ -2008,7 +2008,7 @@ struct GNUNET_FS_Namespace
2008 /** 2008 /**
2009 * Private key for the namespace. 2009 * Private key for the namespace.
2010 */ 2010 */
2011 struct GNUNET_PseudonymHandle *key; 2011 struct GNUNET_FS_PseudonymHandle *key;
2012 2012
2013 /** 2013 /**
2014 * Hash map mapping identifiers of update nodes 2014 * Hash map mapping identifiers of update nodes