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/sisfile.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'lib/sisfile.h') diff --git a/lib/sisfile.h b/lib/sisfile.h index 45490da..02e400b 100644 --- a/lib/sisfile.h +++ b/lib/sisfile.h @@ -1,4 +1,4 @@ -/** -*-c++-*- +/* -*-c++-*- * $Id$ * * This file is part of plptools. @@ -27,8 +27,6 @@ #include "sisfileheader.h" #include "siscomponentrecord.h" -#include - class SISLangRecord; class SISFileRecord; class SISReqRecord; @@ -43,7 +41,7 @@ public: /** * Populate the fields. */ - SisRC fillFrom(uchar* buf, off_t len); + SisRC fillFrom(uint8_t* buf, off_t len); /** * Return the currently selected installation language. @@ -59,7 +57,7 @@ public: /** * Get the name of this component, in the selected language. */ - uchar* getName(); + uint8_t* getName(); /** * Set the installed drive. -- cgit v1.2.3