summaryrefslogtreecommitdiff
path: root/mpi.h
diff options
context:
space:
mode:
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;