aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_indexing.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-25 08:06:58 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-25 08:06:58 +0000
commitf094448e150652facb82024f45dea7193650c2bc (patch)
treee8ce22c6c31547b5336daa640b3684338e86268f /src/fs/gnunet-service-fs_indexing.h
parent9b9b15d3cc2a9d982d77e7b0f6459dc7eaf88c4c (diff)
downloadgnunet-f094448e150652facb82024f45dea7193650c2bc.tar.gz
gnunet-f094448e150652facb82024f45dea7193650c2bc.zip
fixes
Diffstat (limited to 'src/fs/gnunet-service-fs_indexing.h')
-rw-r--r--src/fs/gnunet-service-fs_indexing.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs_indexing.h b/src/fs/gnunet-service-fs_indexing.h
index e606f30b1..6a2c3d4a0 100644
--- a/src/fs/gnunet-service-fs_indexing.h
+++ b/src/fs/gnunet-service-fs_indexing.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2009, 2010 Christian Grothoff (and other contributing authors) 3 (C) 2009, 2010, 2011 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -117,4 +117,11 @@ GNUNET_FS_indexing_init (const struct GNUNET_CONFIGURATION_Handle *c,
117 struct GNUNET_DATASTORE_Handle *d); 117 struct GNUNET_DATASTORE_Handle *d);
118 118
119 119
120/**
121 * Shutdown the module.
122 */
123void
124GNUNET_FS_indexing_done (void);
125
126
120#endif 127#endif