diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-06-05 21:33:58 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-06-05 21:33:58 +0000 |
commit | a998e0abbd220035bdb333388da229852980e2cc (patch) | |
tree | addf062abb3cc68ab1103a415fbdec315dd54a63 /src/regex/gnunet-regex-simulation-profiler.c | |
parent | 4ce2d673d41ad8a8b9e5389b5b97ecb5e77f190d (diff) |
-cleaning up client api to test for service availability
Diffstat (limited to 'src/regex/gnunet-regex-simulation-profiler.c')
-rw-r--r-- | src/regex/gnunet-regex-simulation-profiler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/gnunet-regex-simulation-profiler.c b/src/regex/gnunet-regex-simulation-profiler.c index 32b09eaeed..604d256126 100644 --- a/src/regex/gnunet-regex-simulation-profiler.c +++ b/src/regex/gnunet-regex-simulation-profiler.c @@ -489,7 +489,7 @@ announce_regex (const char *regex) * @return GNUNET_OK to continue to iterate, * GNUNET_SYSERR to abort iteration with error! */ -int +static int policy_filename_cb (void *cls, const char *filename) { char *regex; |