diff options
author | Michael Gebetsroither <gebi@mgeb.org> | 2008-03-18 15:02:40 +0000 |
---|---|---|
committer | Michael Gebetsroither <gebi@mgeb.org> | 2008-03-18 15:02:40 +0000 |
commit | a35a207fae02334e3f08f566cd53e1b8b5337b48 (patch) | |
tree | 425995f720a3466ac45a01c2d99e483162cee4f4 /mpi.h | |
parent | datatypes.h: correct datatypes (diff) |
changed u_int32_t* argument to size_t* in Mpi::getNewBuf
Diffstat (limited to 'mpi.h')
-rw-r--r-- | mpi.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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* written) const; + u_int8_t *getNewBuf(size_t* written) const; std::string getHexDump() const; u_int32_t getLength() const; |