summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordscho <dscho>2007-04-06 09:04:15 +0000
committerdscho <dscho>2007-04-06 09:04:15 +0000
commit26b291bf25aca6d0cca3fbddc803f7ba8e1aead8 (patch)
treedcf726192decf3c964b8e378d4d749d6148bb0e7 /ChangeLog
parent1060f747be30b8c4c5fb09f64349b300ef863303 (diff)
downloadlibtdevnc-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e5abce6..ef2d308 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-06 Brad Hards <bradh@users.sourceforge.net>
+ * rfb/rfbclient.h: use 'extern "C"' to make it convenient to
+ include from C++.
+
2007-04-05 Alessandro Praduroux <pradu@pradu.it>
* rfb/rfb.h: do not misplace guards, which makes it possible to
double include rfb.h from C++.