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-18 21:40:53 +0400
committerJohn Langford <jl@jl-desktop.(none)>2012-01-18 21:40:53 +0400
commit2725682bd6664a7962aee5156daae055fb49b73c (patch)
treefdfaa1393543e3f90af4c402c10427f731d1f02c /vowpalwabbit/vw.h
parent40b3568698aafe0a63c88cc4d82d2a99ca751616 (diff)
converted all cores to function as a driver() to help with library and reduction
Diffstat (limited to 'vowpalwabbit/vw.h')
-rw-r--r--vowpalwabbit/vw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/vw.h b/vowpalwabbit/vw.h
index 9cb89699..7210a1ff 100644
--- a/vowpalwabbit/vw.h
+++ b/vowpalwabbit/vw.h
@@ -6,4 +6,4 @@ embodied in the content of this file are licensed under the BSD
#include "gd.h"
-gd_vars* vw(int argc, char *argv[]);
+void vw(int argc, char *argv[]);