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)>2012-01-20 00:48:29 +0400
committerJohn Langford <jl@jl-desktop.(none)>2012-01-20 00:48:29 +0400
commit23d4aafe711540210999421500882bbaa6b8d267 (patch)
treeae5e2bf60447c1b64816e75eb5a96ea20943f1c8 /vowpalwabbit/wap.h
parent68af04061188d29202f14a4e56f07c39a531f675 (diff)
wap seems to work now also
Diffstat (limited to 'vowpalwabbit/wap.h')
-rw-r--r--vowpalwabbit/wap.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/vowpalwabbit/wap.h b/vowpalwabbit/wap.h
new file mode 100644
index 00000000..ca27c8d6
--- /dev/null
+++ b/vowpalwabbit/wap.h
@@ -0,0 +1,14 @@
+#ifndef WAP_H
+#define WAP_H
+
+#include "io.h"
+#include "parse_primitives.h"
+#include "global_data.h"
+#include "example.h"
+
+namespace WAP {
+
+ void parse_flag(size_t s);
+
+}
+#endif