aboutsummaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-27 16:03:47 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-27 16:03:47 +0000
commit79e054c0b9016088f436c1faa424465312851998 (patch)
tree02a8c8476b4ac9559db41bc19ba8b9ab8010bb2e /src/common.h
parent0019fe9a8678b44285bd01231b920a63514d18db (diff)
downloadgnunet-gtk-79e054c0b9016088f436c1faa424465312851998.tar.gz
gnunet-gtk-79e054c0b9016088f436c1faa424465312851998.zip
stuff
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 51e031f0..069ea115 100644
--- a/src/common.h
+++ b/src/common.h
@@ -53,6 +53,16 @@ GNUNET_GTK_get_thumbnail_from_meta_data (const struct GNUNET_CONTAINER_MetaData
53 53
54 54
55/** 55/**
56 * mmap the given file and run the GNUNET_FS_directory_list_contents
57 * function on it.
58 */
59void
60GNUNET_GTK_mmap_and_scan (const char *filename,
61 GNUNET_FS_DirectoryEntryProcessor dep,
62 void *dep_cls);
63
64
65/**
56 * Create an initialize a new builder based on the 66 * Create an initialize a new builder based on the
57 * GNUnet-GTK glade file. 67 * GNUnet-GTK glade file.
58 * 68 *