Move protocol-specific functions out of buffers.c

This commit does not change the implementation of any function: it
only moves code and adds new includes as necessary.  Part of #23149.
This commit is contained in:
Nick Mathewson
2017-08-08 11:51:36 -04:00
parent babe31fc7c
commit 234c5015f1
20 changed files with 1117 additions and 998 deletions
+3
View File
@@ -0,0 +1,3 @@
o Code simplifications and refactoring:
- Split the portions of the buffer.c module that handle particular
protocols into separate modules. Part of ticket 23149.