mirror of
https://github.com/textmate/textmate.git
synced 2026-02-14 16:34:57 -05:00
19 lines
373 B
C++
19 lines
373 B
C++
#ifndef NETWORK_H_L3XXH7J6
|
|
#define NETWORK_H_L3XXH7J6
|
|
|
|
#include "constants.h"
|
|
#include "download.h"
|
|
#include "filter_save.h"
|
|
#include "filter_tbz.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 */
|