diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-06-30 15:07:52 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-06-30 15:07:52 +0000 |
commit | a68efd9f17a4255a22d7e63741d723f986b23d0e (patch) | |
tree | 619b53eb47952b0b9a1eaa7d3324cbba23e28560 /MySpace/common.h | |
parent | 16827df7bc4a82d74f89dc81631bd2a7d05f3121 (diff) |
download buddies
set status on server
added away and invisible status
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@221 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'MySpace/common.h')
-rw-r--r-- | MySpace/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MySpace/common.h b/MySpace/common.h index 1a7ae63..c74cb99 100644 --- a/MySpace/common.h +++ b/MySpace/common.h @@ -67,4 +67,6 @@ extern PLUGINLINK *pluginLink; extern HANDLE mainThread;
extern int code_page;
+void SetAllOffline();
+
#endif
|