aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sisfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisfile.h')
-rw-r--r--lib/sisfile.h8
1 files changed, 3 insertions, 5 deletions
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 <sys/types.h>
-
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.