aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-07-19 08:35:10 +0000
committerChristian Grothoff <christian@grothoff.org>2008-07-19 08:35:10 +0000
commit6b2be598a75210041c6a28d015149501c348552f (patch)
tree8b1efde5d9c80c4e4415086dbef4df57694bafcf
parent2446d041d58bc83883be4a01b0e1f9d841c8eb8d (diff)
downloadgnunet-gtk-6b2be598a75210041c6a28d015149501c348552f.tar.gz
gnunet-gtk-6b2be598a75210041c6a28d015149501c348552f.zip
new field
-rw-r--r--src/plugins/fs/fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/fs/fs.h b/src/plugins/fs/fs.h
index cc36108b..4241df69 100644
--- a/src/plugins/fs/fs.h
+++ b/src/plugins/fs/fs.h
@@ -88,6 +88,7 @@ enum
88 DOWNLOAD_PROGRESS, 88 DOWNLOAD_PROGRESS,
89 DOWNLOAD_URISTRING, 89 DOWNLOAD_URISTRING,
90 DOWNLOAD_INTERNAL, /* struct DL */ 90 DOWNLOAD_INTERNAL, /* struct DL */
91 DOWNLOAD_META_DATA,
91 DOWNLOAD_NUM 92 DOWNLOAD_NUM
92}; 93};
93 94