summaryrefslogtreecommitdiff
path: root/tunDevice.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2007-06-18 01:37:58 +0000
committerChristian Pointner <equinox@anytun.org>2007-06-18 01:37:58 +0000
commitfc704485589e2b1841d587e26f74794ac59c00d4 (patch)
tree0d28b10d3a1d0c0d53e6106521a11c29c143a966 /tunDevice.h
parentremoved 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.h2
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();