uname.h 405 B

123456789101112131415161718
  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 uname.h
  7. * \brief Header for uname.c
  8. **/
  9. #ifndef HAVE_TOR_UNAME_H
  10. #define HAVE_TOR_UNAME_H
  11. #include "lib/testsupport/testsupport.h"
  12. MOCK_DECL(const char *, get_uname,(void));
  13. #endif