mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
15e25baec9
- Use SF macro PR: 117865 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> Approved by: portmgr (erwin)
12 lines
274 B
C++
12 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;
|