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@hunch.net>2009-09-17 00:49:31 +0400
committerJohn Langford <jl@hunch.net>2009-09-17 00:49:31 +0400
commit0bda878246f522418bdf71902fa45c8efab9347e (patch)
tree2c31f1b91825cb7e4d12d584ed799e8d10a41659 /simple_label.h
parent9ffe9acd7d46e12d83d231c9842a79a86d1a82ea (diff)
Still grinding.
Diffstat (limited to 'simple_label.h')
-rw-r--r--simple_label.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/simple_label.h b/simple_label.h
index 9c2204b1..87e35761 100644
--- a/simple_label.h
+++ b/simple_label.h
@@ -5,6 +5,9 @@
#include "parse_primitives.h"
#include "parser.h"
+char* bufread_simple_label(label_data* ld, char* c);
+char* bufcache_simple_label(label_data* ld, char* c);
+
size_t read_cached_simple_label(void* v, io_buf& cache);
void cache_simple_label(void* v, io_buf& cache);
void default_simple_label(void* v);