diff options
Diffstat (limited to 'src/common/procmon.h')
-rw-r--r-- | src/common/procmon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/procmon.h b/src/common/procmon.h index 49ead24092..10ead11ba8 100644 --- a/src/common/procmon.h +++ b/src/common/procmon.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2016, The Tor Project, Inc. */ +/* Copyright (c) 2011-2017, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /** @@ -29,5 +29,5 @@ tor_process_monitor_t *tor_process_monitor_new(struct event_base *base, const char **msg); void tor_process_monitor_free(tor_process_monitor_t *procmon); -#endif +#endif /* !defined(TOR_PROCMON_H) */ |