aboutsummaryrefslogtreecommitdiffstats
path: root/sisinstall/sisinstaller.h
diff options
context:
space:
mode:
authorDaniel Brahneborg <basic@chello.se>2002-03-04 14:34:56 +0000
committerDaniel Brahneborg <basic@chello.se>2002-03-04 14:34:56 +0000
commit8f9ae0a93ba3ea860a28933c2a411eae9365c859 (patch)
tree06c072271f707b1d357557204d692f75804d0ca7 /sisinstall/sisinstaller.h
parentdbfc3ee2b91ed26eb00e85a32c715995f4fce41b (diff)
downloadplptools-8f9ae0a93ba3ea860a28933c2a411eae9365c859.tar.gz
plptools-8f9ae0a93ba3ea860a28933c2a411eae9365c859.tar.bz2
plptools-8f9ae0a93ba3ea860a28933c2a411eae9365c859.zip
Use standard plp types.
Diffstat (limited to 'sisinstall/sisinstaller.h')
-rw-r--r--sisinstall/sisinstaller.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sisinstall/sisinstaller.h b/sisinstall/sisinstaller.h
index 00077f3..a822baf 100644
--- a/sisinstall/sisinstaller.h
+++ b/sisinstall/sisinstaller.h
@@ -17,9 +17,9 @@ class SISInstaller
{
public:
- SisRC run(SISFile* file, uchar* buf, off_t len);
+ SisRC run(SISFile* file, uint8_t* buf, off_t len);
- SisRC run(SISFile* file, uchar* buf, off_t len, SISFile* parent);
+ SisRC run(SISFile* file, uint8_t* buf, off_t len, SISFile* parent);
/**
* Ask the user which drive to install to.
@@ -39,7 +39,7 @@ private:
Psion* m_psion;
- uchar* m_buf;
+ uint8_t* m_buf;
SISFile* m_file;
@@ -52,7 +52,7 @@ private:
/**
* Store the contents of a buffer in a file on the Psion.
*/
- void copyBuf(const uchar* buf, int len, char* name);
+ void copyBuf(const uint8_t* buf, int len, char* name);
/**
* Copy a file to the Psion.