21#ifndef _SISINSTALLER_H
22#define _SISINSTALLER_H
96 void copyBuf(
const uint8_t* buf,
int len,
char* name);
Semi smart proxy for communicating with a Psion.
Information about a file component in a SIS file.
The top level container of a SIS file.
void selectDrive()
Ask the user which drive to install to.
void loadPsionSis(const char *name)
SISFileLink * m_installed
void removeFile(SISFileRecord *fileRecord)
void copyBuf(const uint8_t *buf, int len, char *name)
Store the contents of a buffer in a file on the Psion.
void setPsion(Psion *psion)
Set the Psion manager.
void uninstallFile(SISFileRecord *fileRecord)
int installFile(SISFileRecord *fileRecord)
void createDirs(char *filename)
SisRC run(SISFile *file, uint8_t *buf, off_t len)
void copyFile(SISFileRecord *fileRecord)
Copy a file to the Psion.
void uninstall(SISFile *sisFile)
void setInstalled(SISFileLink *installed)
Set the base pointer to the list of already installed applications, so we don't have to scan it for e...