Tor 0.4.9.0-alpha-dev
winprocess_sys.h
Go to the documentation of this file.
1/* Copyright (c) 2018-2021, The Tor Project, Inc. */
2/* See LICENSE for licensing information */
3
4/**
5 * \file winprocess_sys.h
6 * \brief Declare subsystem object for winprocess.c
7 **/
8
9#ifndef TOR_WINPROCESS_SYS_H
10#define TOR_WINPROCESS_SYS_H
11
12extern const struct subsys_fns_t sys_winprocess;
13
14#endif /* !defined(TOR_WINPROCESS_SYS_H) */