summaryrefslogtreecommitdiff
path: root/src/lib/process/restrict.h
blob: d608c9c9bd3c056070cb9c27eb0a956fc7977bf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Copyright (c) 2003-2004, Roger Dingledine
 * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
 * Copyright (c) 2007-2018, The Tor Project, Inc. */
/* See LICENSE for licensing information */

/**
 * \file waitpid.h
 * \brief Headers for waitpid.c
 **/

#ifndef TOR_RESTRICT_H
#define TOR_RESTRICT_H

int tor_disable_debugger_attach(void);
int tor_mlockall(void);

#endif /* !defined(TOR_RESTRICT_H) */