about summary refs log tree commit diff stats
path: root/source/netinf.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/netinf.h')
-rw-r--r--source/netinf.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/source/netinf.h b/source/netinf.h new file mode 100644 index 0000000..dd280ad --- /dev/null +++ b/source/netinf.h
@@ -0,0 +1,16 @@
1/*
2 * Copyright (C) 2008 Tantric
3 * Copyright (C) 2012 Pedro Aguiar
4 * Copyright (C) 2017 hatkirby
5 *
6 * Originally part of the WiiTweet project, which was distributed under the
7 * GPL.
8 */
9#ifndef NETWORK_H_93BC9F7D
10#define NETWORK_H_93BC9F7D
11
12#include <stdbool.h>
13
14bool initializeNetwork();
15
16#endif /* end of include guard: NETWORK_H_93BC9F7D */