summaryrefslogtreecommitdiff
path: root/mpi.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-02-23 23:05:43 +0000
committerChristian Pointner <equinox@anytun.org>2008-02-23 23:05:43 +0000
commitb8766a2041d57a3aa49c3855902953f8de0b0ec1 (patch)
treece3fd0496bbcc9c71b8a16ec1333f574e3fe51a5 /mpi.h
parentadded routing table basic structure (diff)
- keyderivation and cipher should work now
however it needs further testing - rewrite of Buffer and Packets
Diffstat (limited to 'mpi.h')
-rw-r--r--mpi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpi.h b/mpi.h
index 70f6681..c746602 100644
--- a/mpi.h
+++ b/mpi.h
@@ -70,7 +70,7 @@ public:
* @param buf_len size of the new buffer that is returned
* @return a byte buffer of size buf_len
*/
- u_int8_t *getNewBuf(u_int32_t buf_len) const;
+ u_int8_t *getNewBuf(u_int32_t* written) const;
std::string getHexDump() const;
u_int32_t getLength() const;