From dbfc3ee2b91ed26eb00e85a32c715995f4fce41b Mon Sep 17 00:00:00 2001 From: Daniel Brahneborg Date: Mon, 4 Mar 2002 14:31:16 +0000 Subject: Use plp standard types. Fix copyright include. --- lib/sisreqrecord.h | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'lib/sisreqrecord.h') diff --git a/lib/sisreqrecord.h b/lib/sisreqrecord.h index 44206a1..7219fe4 100644 --- a/lib/sisreqrecord.h +++ b/lib/sisreqrecord.h @@ -1,4 +1,4 @@ -/** -*-c++-*- +/* -*-c++-*- * $Id$ * * This file is part of plptools. @@ -25,8 +25,6 @@ #include "sistypes.h" -#include - class SISFile; /** @@ -40,14 +38,14 @@ public: /** * Populate the fields. */ - SisRC fillFrom(uchar* buf, int* base, off_t len, SISFile* file); - - uint32 m_uid; - uint16 m_major; - uint16 m_minor; - uint32 m_variant; - uint32* m_nameLengths; - uint32* m_namePtrs; + SisRC fillFrom(uint8_t* buf, int* base, off_t len, SISFile* file); + + uint32_t m_uid; + uint16_t m_major; + uint16_t m_minor; + uint32_t m_variant; + uint32_t* m_nameLengths; + uint32_t* m_namePtrs; }; #endif -- cgit v1.2.3