aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sisfile.h
diff options
context:
space:
mode:
authorDaniel Brahneborg <basic@chello.se>2002-03-04 14:31:16 +0000
committerDaniel Brahneborg <basic@chello.se>2002-03-04 14:31:16 +0000
commitdbfc3ee2b91ed26eb00e85a32c715995f4fce41b (patch)
tree82605dba9b7a1d14c3e952af32bef2852d60703b /lib/sisfile.h
parentb68ab4b0002aa0c59fdbbfee3076e35aeac44d68 (diff)
downloadplptools-dbfc3ee2b91ed26eb00e85a32c715995f4fce41b.tar.gz
plptools-dbfc3ee2b91ed26eb00e85a32c715995f4fce41b.tar.bz2
plptools-dbfc3ee2b91ed26eb00e85a32c715995f4fce41b.zip
Use plp standard types.
Fix copyright include.
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.