aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-12-01 21:09:36 +0000
committerChristian Grothoff <christian@grothoff.org>2007-12-01 21:09:36 +0000
commita36c4671258414deb784b6373a567ef689a57463 (patch)
tree0dcf710b9514cb1cca73c463fc052864d128b578
parenta547118f2cbb827ecc50133e617b8bd4649f29af (diff)
downloadgnunet-gtk-a36c4671258414deb784b6373a567ef689a57463.tar.gz
gnunet-gtk-a36c4671258414deb784b6373a567ef689a57463.zip
mx
-rw-r--r--configure.ac2
-rw-r--r--src/plugins/fs/upload.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0a5e1c4c..11b8f450 100644
--- a/configure.ac
+++ b/configure.ac
@@ -235,7 +235,7 @@ AC_CHECK_LIB(gnunetfsui,GNUNET_FSUI_start,,
235 AC_MSG_ERROR([gnunet-gtk requires FSUI])) 235 AC_MSG_ERROR([gnunet-gtk requires FSUI]))
236AC_CHECK_LIB(gnunetgetoption_api,GNUNET_get_daemon_configuration_value,, 236AC_CHECK_LIB(gnunetgetoption_api,GNUNET_get_daemon_configuration_value,,
237 AC_MSG_ERROR([gnunet-gtk requires getoption])) 237 AC_MSG_ERROR([gnunet-gtk requires getoption]))
238AC_CHECK_LIB(gnunetstats_api,GNUNET_STATS_getStatistics,, 238AC_CHECK_LIB(gnunetstats_api,GNUNET_STATS_get_statistics,,
239 AC_MSG_ERROR([gnunet-gtk requires stats])) 239 AC_MSG_ERROR([gnunet-gtk requires stats]))
240LIBS=$SAVELIBS 240LIBS=$SAVELIBS
241 241
diff --git a/src/plugins/fs/upload.c b/src/plugins/fs/upload.c
index 635c86ac..f1f4aa25 100644
--- a/src/plugins/fs/upload.c
+++ b/src/plugins/fs/upload.c
@@ -341,7 +341,7 @@ start_upload_helper (void *cls)
341{ 341{
342 FSUC *fsuc = cls; 342 FSUC *fsuc = cls;
343 343
344 GNUNET_FSUI_upload_star (ctx, 344 GNUNET_FSUI_upload_start (ctx,
345 fsuc->filename, 345 fsuc->filename,
346 (GNUNET_FSUI_DirectoryScanCallback) & 346 (GNUNET_FSUI_DirectoryScanCallback) &
347 GNUNET_disk_directory_scan, ectx, fsuc->anonymity, 347 GNUNET_disk_directory_scan, ectx, fsuc->anonymity,