From 386a22746aa307202fec4f12aafc7ca95dc80531 Mon Sep 17 00:00:00 2001 From: chrisparker126 Date: Sun, 11 May 2008 19:36:02 +0000 Subject: [PATCH] added external interface git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@548 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- libretroshare/src/rsiface/rsQblog.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libretroshare/src/rsiface/rsQblog.h b/libretroshare/src/rsiface/rsQblog.h index b81d74bfb..43af13976 100644 --- a/libretroshare/src/rsiface/rsQblog.h +++ b/libretroshare/src/rsiface/rsQblog.h @@ -32,7 +32,9 @@ #include - +/* delcare interafce for everyone o use */ +class RsQblog; +extern RsQblog *rsQblog; /*! allows gui to interface with the rsQblogs service */ class RsQblog