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/sislangrecord.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'lib/sislangrecord.h') diff --git a/lib/sislangrecord.h b/lib/sislangrecord.h index 9a2b5e9..5aecd4a 100644 --- a/lib/sislangrecord.h +++ b/lib/sislangrecord.h @@ -1,4 +1,4 @@ -/** -*-c++-*- +/* -*-c++-*- * $Id$ * * This file is part of plptools. @@ -23,8 +23,6 @@ #ifndef _SISLANGRECORD_H #define _SISLANGRECORD_H -#include - #include "sistypes.h" /** @@ -38,9 +36,9 @@ public: /** * Populate the fields. */ - SisRC fillFrom(uchar* buf, int* base, off_t len); + SisRC fillFrom(uint8_t* buf, int* base, off_t len); - uint16 m_lang; + uint16_t m_lang; }; #endif -- cgit v1.2.3