Move the tls parts of buffers.c into buffers_tls.c

This commit is contained in:
Nick Mathewson
2017-08-08 15:06:40 -04:00
parent 5921b465e7
commit 150089cbd7
8 changed files with 222 additions and 185 deletions
+1
View File
@@ -7,6 +7,7 @@
#define PROTO_HTTP_PRIVATE
#include "or.h"
#include "buffers.h"
#include "buffers_tls.h"
#include "ext_orport.h"
#include "proto_cell.h"
#include "proto_ext_or.h"