Bump copyright date to 2019
[tor.git] / src / lib / osinfo / uname.h
blobfcce629074f851a54a88b7435ade994dd524f599
1 /* Copyright (c) 2003-2004, Roger Dingledine
2 * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
3 * Copyright (c) 2007-2019, The Tor Project, Inc. */
4 /* See LICENSE for licensing information */
6 /**
7 * \file uname.h
8 * \brief Header for uname.c
9 **/
11 #ifndef HAVE_TOR_UNAME_H
12 #define HAVE_TOR_UNAME_H
14 #include "lib/testsupport/testsupport.h"
16 MOCK_DECL(const char *, get_uname,(void));
18 #endif