aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs.c')
-rw-r--r--src/fs/test_fs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fs/test_fs.c b/src/fs/test_fs.c
index 73de7b204..7a57e98b0 100644
--- a/src/fs/test_fs.c
+++ b/src/fs/test_fs.c
@@ -47,6 +47,7 @@ makeName (unsigned int i)
47 return fn; 47 return fn;
48} 48}
49 49
50
50static enum GNUNET_FSUI_EventType lastEvent; 51static enum GNUNET_FSUI_EventType lastEvent;
51 52
52static struct GNUNET_MetaData *search_meta; 53static struct GNUNET_MetaData *search_meta;
@@ -101,6 +102,7 @@ eventCallback (void *cls, const GNUNET_FSUI_Event *event)
101 return NULL; 102 return NULL;
102} 103}
103 104
105
104#define START_DAEMON 1 106#define START_DAEMON 1
105 107
106int 108int
@@ -256,4 +258,5 @@ FAILURE:
256 return (ok == GNUNET_YES) ? 0 : 1; 258 return (ok == GNUNET_YES) ? 0 : 1;
257} 259}
258 260
261
259/* end of test_fs.c */ 262/* end of test_fs.c */