diff options
Diffstat (limited to 'src/lib/process/daemon.h')
-rw-r--r-- | src/lib/process/daemon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/process/daemon.h b/src/lib/process/daemon.h index 20920e0aae..23f3117898 100644 --- a/src/lib/process/daemon.h +++ b/src/lib/process/daemon.h @@ -1,6 +1,6 @@ /* Copyright (c) 2003-2004, Roger Dingledine * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. - * Copyright (c) 2007-2019, The Tor Project, Inc. */ + * Copyright (c) 2007-2020, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /** @@ -18,4 +18,4 @@ int finish_daemon(const char *desired_cwd); bool start_daemon_has_been_called(void); -#endif +#endif /* !defined(TOR_DAEMON_H) */ |