diff options
author | Christian Pointner <equinox@anytun.org> | 2007-06-18 01:37:58 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2007-06-18 01:37:58 +0000 |
commit | fc704485589e2b1841d587e26f74794ac59c00d4 (patch) | |
tree | 0d28b10d3a1d0c0d53e6106521a11c29c143a966 /tunDevice.h | |
parent | removed silly reference @ buffer [] operator (diff) |
readded not silly refernce
removed really silly refernce
some tests with poll()
Diffstat (limited to 'tunDevice.h')
-rw-r--r-- | tunDevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tunDevice.h b/tunDevice.h index 245f7e8..6fdcc2d 100644 --- a/tunDevice.h +++ b/tunDevice.h @@ -43,7 +43,7 @@ public: void close(); bool isOpen(); - int read(Buffer& buf); + short read(Buffer& buf); int write(Buffer& buf); char* getActualName(); |