diff options
author | dscho <dscho> | 2007-04-06 09:04:15 +0000 |
---|---|---|
committer | dscho <dscho> | 2007-04-06 09:04:15 +0000 |
commit | 26b291bf25aca6d0cca3fbddc803f7ba8e1aead8 (patch) | |
tree | dcf726192decf3c964b8e378d4d749d6148bb0e7 /ChangeLog | |
parent | 1060f747be30b8c4c5fb09f64349b300ef863303 (diff) | |
download | libtdevnc-26b291bf25aca6d0cca3fbddc803f7ba8e1aead8.tar.gz libtdevnc-26b291bf25aca6d0cca3fbddc803f7ba8e1aead8.zip |
rfbclient.h: use 'extern "C"' to make it convenient to include from C++
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2007-04-06 Brad Hards <[email protected]> + * rfb/rfbclient.h: use 'extern "C"' to make it convenient to + include from C++. + 2007-04-05 Alessandro Praduroux <[email protected]> * rfb/rfb.h: do not misplace guards, which makes it possible to double include rfb.h from C++. |