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:
authorniruc <niruc@NIRUC1.redmond.corp.microsoft.com>2013-04-09 07:02:33 +0400
committerniruc <niruc@NIRUC1.redmond.corp.microsoft.com>2013-04-09 07:02:33 +0400
commitc0e215ecec7eddf689283271968bcdfca8984e71 (patch)
treed1a91ac39bc2df27296f872a12155cc41014b3cd /vowpalwabbit/example.h
parent8528dcdf6f19feb83eacb36b279711c82dc68135 (diff)
move all definitions in namespace VW to vw.h
Diffstat (limited to 'vowpalwabbit/example.h')
-rw-r--r--vowpalwabbit/example.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/vowpalwabbit/example.h b/vowpalwabbit/example.h
index 0207b80b..62a021d6 100644
--- a/vowpalwabbit/example.h
+++ b/vowpalwabbit/example.h
@@ -59,9 +59,7 @@ struct example // core example datatype.
example *alloc_example(size_t);
void dealloc_example(void(*delete_label)(void*), example&);
-namespace VW {
- void copy_example_data(example*&, example*, size_t, void(*copy_example)(void*&,void*));
-}
+
void update_example_indicies(bool audit, example* ec, uint32_t amount);
bool command_example(void*a, example* ec);