Bump copyright date to 2019
[tor.git] / src / lib / net / network_sys.h
blob43e62592cac1114fc4cc3a8f6d77f58ac125af4a
1 /* Copyright (c) 2018-2019, The Tor Project, Inc. */
2 /* See LICENSE for licensing information */
4 /**
5 * \file log_network.h
6 * \brief Declare subsystem object for the network module.
7 **/
9 #ifndef TOR_NETWORK_SYS_H
10 #define TOR_NETWORK_SYS_H
12 extern const struct subsys_fns_t sys_network;
14 #endif /* !defined(TOR_NETWORK_SYS_H) */