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/proto.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/proto.h')
-rw-r--r-- | MySpace/proto.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MySpace/proto.h b/MySpace/proto.h index 008c9f5..d45c485 100644 --- a/MySpace/proto.h +++ b/MySpace/proto.h @@ -1,12 +1,6 @@ #ifndef _PROTO_INC
#define _PROTO_INC
-typedef struct user {
- int uin;
- char *email;
- char *username;
-} UserType;
-
void RegisterProto();
void CreateProtoServices();
void DeinitProto();
|