summaryrefslogtreecommitdiffstats
path: root/rfb/rfb.h
diff options
context:
space:
mode:
authordscho <dscho>2007-04-06 08:58:30 +0000
committerdscho <dscho>2007-04-06 08:58:30 +0000
commit1060f747be30b8c4c5fb09f64349b300ef863303 (patch)
tree501f21e99cdd1e74f603fb7aa5959202445aad08 /rfb/rfb.h
parent12c6764f509cfcb012a6663e4d01dc618d2ae1a3 (diff)
downloadlibtdevnc-1060f747be30b8c4c5fb09f64349b300ef863303.tar.gz
libtdevnc-1060f747be30b8c4c5fb09f64349b300ef863303.zip
rfb.h: Do not misplace guards
This buglet made it impossible to double include rfb.h from C++.
Diffstat (limited to 'rfb/rfb.h')
-rw-r--r--rfb/rfb.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/rfb/rfb.h b/rfb/rfb.h
index b664efe..0dad2b9 100644
--- a/rfb/rfb.h
+++ b/rfb/rfb.h
@@ -965,8 +965,10 @@ extern rfbBool rfbSendTextChatMessage(rfbClientPtr cl, uint32_t length, char *bu
-#endif
#if(defined __cplusplus)
}
#endif
+
+#endif
+