aboutsummaryrefslogtreecommitdiff
path: root/src/op/buffers.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2002-07-12 18:34:44 +0000
committerRoger Dingledine <arma@torproject.org>2002-07-12 18:34:44 +0000
commit016691b5b11e53528e038dcf2c45955655065df4 (patch)
tree571653e6c3aa68c55db6d31fc18ea5cdb67cdab5 /src/op/buffers.h
parentbe25ffd5d76fe1ed4a3e6ea983fcbdcbbdf13453 (diff)
downloadtor-016691b5b11e53528e038dcf2c45955655065df4.tar
tor-016691b5b11e53528e038dcf2c45955655065df4.tar.gz
removing the obsolete op/ code
svn:r45
Diffstat (limited to 'src/op/buffers.h')
-rw-r--r--src/op/buffers.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/op/buffers.h b/src/op/buffers.h
deleted file mode 100644
index a161e0810..000000000
--- a/src/op/buffers.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/**
- * buffers.h
- * Buffers.
- *
- * Matej Pfajfar <mp292@cam.ac.uk>
- */
-
-/*
- * Changes :
- * $Log$
- * Revision 1.1 2002/06/26 22:45:50 arma
- * Initial revision
- *
- * Revision 1.1 2002/04/02 14:28:01 badbytes
- * Final finishes.
- *
- */
-
-
-#include <stdint.h>
-
-#include "../common/onion.h"
-
-int buffer_data(uint16_t aci, unsigned char *buf, size_t buflen, unsigned char **outbuf, size_t *outbuflen, size_t *outbuf_dataoffset, size_t *outbuf_datalen, crypt_path_t **cpath, size_t cpathlen);
-int buffer_create(uint16_t aci, unsigned char *onion, size_t onionlen, unsigned char **outbuf, size_t *outbuflen, size_t *outbuf_dataoffset, size_t *outbuf_datalen, crypt_path_t **cpath, size_t cpathlen);