Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Langford <jl@jl-desktop.(none)>2010-09-08 19:30:14 +0400
committerJohn Langford <jl@jl-desktop.(none)>2010-09-08 19:30:14 +0400
commit3e39a636ca0f889a55e3f47beda613e5d491cdc0 (patch)
tree906a710762288c47d10e3b9771e163e383ac729c /parser.h
parente175cea192df51700151c8b80801b6452aa6581c (diff)
perhaps debugged?
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser.h b/parser.h
index d4a2fdf6..440d027e 100644
--- a/parser.h
+++ b/parser.h
@@ -58,6 +58,7 @@ void start_parser(size_t num_threads, parser* pf);
void end_parser(parser* pf);
example* get_example(size_t thread_num);
void free_example(example* ec);
+void make_example_available();
//source control functions
bool inconsistent_cache(size_t numbits, io_buf& cache);