Files
textmate/Frameworks/network/src/network.h
2013-03-10 16:07:09 +01:00

18 lines
349 B
C++

#ifndef NETWORK_H_L3XXH7J6
#define NETWORK_H_L3XXH7J6
#include "constants.h"
#include "download.h"
#include "filter_save.h"
#include "filter_check_signature.h"
#include "filter_etag.h"
#include <oak/misc.h>
namespace network
{
PUBLIC bool can_reach_host (char const* host);
} /* network */
#endif /* end of include guard: NETWORK_H_L3XXH7J6 */