diff options
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r-- | src/or/routerparse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index 1d11571db2..aa8457ece7 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -2847,6 +2847,7 @@ token_free(directory_token_t *tok) goto done_tokenizing; \ STMT_END +/* DOCDOC token_check_object */ static INLINE directory_token_t * token_check_object(memarea_t *area, const char *kwd, directory_token_t *tok, obj_syntax o_syn) |