diff options
| author | 2010-09-08 05:09:21 +0000 | |
|---|---|---|
| committer | 2010-09-08 05:09:21 +0000 | |
| commit | 63e81d881eef151d0694a92ab22655e28f1f920d (patch) | |
| tree | 74a19a264708d30f76bb07a430e632c4bf6b70a7 /src/modules/objects/class_file.h | |
| parent | fixed typos (diff) | |
| download | KVIrc-63e81d881eef151d0694a92ab22655e28f1f920d.tar.gz KVIrc-63e81d881eef151d0694a92ab22655e28f1f920d.tar.bz2 KVIrc-63e81d881eef151d0694a92ab22655e28f1f920d.zip | |
Kvs improvements
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4991 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_file.h')
| -rw-r--r-- | src/modules/objects/class_file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/objects/class_file.h b/src/modules/objects/class_file.h index f708440b7..040653c8f 100644 --- a/src/modules/objects/class_file.h +++ b/src/modules/objects/class_file.h @@ -55,6 +55,7 @@ public: bool seek(KviKvsObjectFunctionCall *c); bool putch(KviKvsObjectFunctionCall *c); bool getch(KviKvsObjectFunctionCall *c); + bool readByte(KviKvsObjectFunctionCall *c); bool unGetch(KviKvsObjectFunctionCall *c); bool readBlock(KviKvsObjectFunctionCall *c); |
