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

network.h « vowpalwabbit - github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2a27c97aa6017e7bfa6dc9ec0893b8d265d7633a (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
Copyright (c) by respective owners including Yahoo!, Microsoft, and
individual contributors. All rights reserved.  Released under a BSD
license as described in the file LICENSE.
 */
#ifndef NETWORK_H
#define NETWORK_H

int open_socket(const char* host);

#endif