diff options
Diffstat (limited to 'src/or/parsecommon.h')
-rw-r--r-- | src/or/parsecommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/parsecommon.h b/src/or/parsecommon.h index f87e62de98..be7cba47d1 100644 --- a/src/or/parsecommon.h +++ b/src/or/parsecommon.h @@ -6,7 +6,6 @@ * \brief Header file for parsecommon.c **/ - #ifndef TOR_PARSECOMMON_H #define TOR_PARSECOMMON_H @@ -304,3 +303,4 @@ directory_token_t *find_opt_by_keyword(smartlist_t *s, smartlist_t * find_all_by_keyword(smartlist_t *s, directory_keyword k); #endif /* TOR_PARSECOMMON_H */ + |