diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-16 10:53:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-16 10:53:01 -0400 |
commit | 87afe5c2608cc5d4c7a5629024777cee629a0f78 (patch) | |
tree | 2b9c4ade982abee65c6545985726549ff87720c1 /src/core/include.am | |
parent | 911adb4d2b4e536eb4bd627a3cdba72f6ddf884b (diff) | |
download | tor-87afe5c2608cc5d4c7a5629024777cee629a0f78.tar.gz tor-87afe5c2608cc5d4c7a5629024777cee629a0f78.zip |
Rename authcert_members.i to .h, and have it define a macro.
Including a file in the middle of a declaration seems to confuse
Doxygen, and Coccinelle doesn't much like it either.l
Diffstat (limited to 'src/core/include.am')
-rw-r--r-- | src/core/include.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/include.am b/src/core/include.am index 9b4b251c81..a0a546f78a 100644 --- a/src/core/include.am +++ b/src/core/include.am @@ -353,7 +353,7 @@ noinst_HEADERS += \ src/feature/dircommon/fp_pair.h \ src/feature/dircommon/vote_timing_st.h \ src/feature/dircommon/voting_schedule.h \ - src/feature/dirparse/authcert_members.i \ + src/feature/dirparse/authcert_members.h \ src/feature/dirparse/authcert_parse.h \ src/feature/dirparse/microdesc_parse.h \ src/feature/dirparse/ns_parse.h \ |