From a7e4250b20fa5012942c4fe05ee0c7f701c5799f Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Sun, 4 Feb 2001 04:23:06 +0000 Subject: Cleaned up ppsocket. More 64bit-related stuff. --- lib/bufferstore.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/bufferstore.h') diff --git a/lib/bufferstore.h b/lib/bufferstore.h index 65f6607..d9c2e54 100644 --- a/lib/bufferstore.h +++ b/lib/bufferstore.h @@ -1,6 +1,8 @@ #ifndef _bufferstore_h #define _bufferstore_h +#include + class ostream; /** @@ -68,7 +70,7 @@ public: * * @returns The value of the word at index pos */ - unsigned int getWord(long pos = 0) const; + u_int16_t getWord(long pos = 0) const; /** * Retrieves the dword at index pos. @@ -77,7 +79,7 @@ public: * * @returns The value of the dword at index pos */ - unsigned int getDWord(long pos = 0) const; + u_int32_t getDWord(long pos = 0) const; /** * Retrieves the characters at index pos. -- cgit v1.2.3