forked from Lainports/freebsd-ports
- Use SF macro PR: 117865 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> Approved by: portmgr (erwin)
11 lines
274 B
C++
11 lines
274 B
C++
--- src/connection.h.orig 2007-11-08 07:30:05.000000000 +0000
|
|
+++ src/connection.h 2007-11-08 07:30:21.000000000 +0000
|
|
@@ -25,7 +25,7 @@
|
|
String *name;
|
|
Session *sess;
|
|
|
|
- int Connection::fdConnect(void);
|
|
+ int fdConnect(void);
|
|
|
|
public:
|
|
virtual int connect(void) = 0;
|