restrict.h 415 B

1234567891011121314151617
  1. /* Copyright (c) 2003-2004, Roger Dingledine
  2. * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
  3. * Copyright (c) 2007-2018, The Tor Project, Inc. */
  4. /* See LICENSE for licensing information */
  5. /**
  6. * \file waitpid.h
  7. * \brief Headers for waitpid.c
  8. **/
  9. #ifndef TOR_RESTRICT_H
  10. #define TOR_RESTRICT_H
  11. int tor_disable_debugger_attach(void);
  12. int tor_mlockall(void);
  13. #endif /* !defined(TOR_RESTRICT_H) */