aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_fs_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-10 14:32:42 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-10 14:32:42 +0000
commit099105f159a2030d4f10b7d01525a84bb29afd3a (patch)
tree67c0f14c3aa4a507ac89f0442b8f7a7add687ab4 /src/include/gnunet_fs_service.h
parent29420025183ad85f50b82b0da5ba108df12644d7 (diff)
downloadgnunet-099105f159a2030d4f10b7d01525a84bb29afd3a.tar.gz
gnunet-099105f159a2030d4f10b7d01525a84bb29afd3a.zip
fix
Diffstat (limited to 'src/include/gnunet_fs_service.h')
-rw-r--r--src/include/gnunet_fs_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h
index 103871e24..3f3b2b981 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.h
@@ -201,7 +201,7 @@ GNUNET_FS_uri_loc_get_expiration (const struct GNUNET_FS_Uri *uri);
201 */ 201 */
202struct GNUNET_FS_Uri * 202struct GNUNET_FS_Uri *
203GNUNET_FS_uri_loc_create (const struct GNUNET_FS_Uri *baseUri, 203GNUNET_FS_uri_loc_create (const struct GNUNET_FS_Uri *baseUri,
204 struct GNUNET_CONFIGURATION_Handle *cfg, 204 const struct GNUNET_CONFIGURATION_Handle *cfg,
205 struct GNUNET_TIME_Absolute expiration_time); 205 struct GNUNET_TIME_Absolute expiration_time);
206 206
207 207