about summary refs log tree commit diff stats
path: root/source/netinf.h
blob: dd280ad0c9c3900324078054b6b6d3103d486181 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright (C) 2008 Tantric
 * Copyright (C) 2012 Pedro Aguiar
 * Copyright (C) 2017 hatkirby
 *
 * Originally part of the WiiTweet project, which was distributed under the
 * GPL.
 */
#ifndef NETWORK_H_93BC9F7D
#define NETWORK_H_93BC9F7D

#include <stdbool.h>

bool initializeNetwork();

#endif /* end of include guard: NETWORK_H_93BC9F7D */