Add the new header files to noinst_HEADERS

Also add a changes/ file.
This commit is contained in:
Sebastian Hahn
2010-07-26 05:28:27 +02:00
parent 05072723cb
commit 02a57bbda5
2 changed files with 11 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
o Code simplifications and refactoring:
- Take a first step towards making or.h smaller by splitting out function
definitions for all source files in src/or/. Leave structures and
defines in or.h for now.