mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
15 lines
339 B
C
15 lines
339 B
C
/* Copyright (c) 2018-2019, The Tor Project, Inc. */
|
|
/* See LICENSE for licensing information */
|
|
|
|
/**
|
|
* \file winprocess_sys.h
|
|
* \brief Declare subsystem object for winprocess.c
|
|
**/
|
|
|
|
#ifndef TOR_WINPROCESS_SYS_H
|
|
#define TOR_WINPROCESS_SYS_H
|
|
|
|
extern const struct subsys_fns_t sys_winprocess;
|
|
|
|
#endif /* !defined(TOR_WINPROCESS_SYS_H) */
|