summaryrefslogtreecommitdiff
path: root/MySpace/proto.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-06-30 15:07:52 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-06-30 15:07:52 +0000
commita68efd9f17a4255a22d7e63741d723f986b23d0e (patch)
tree619b53eb47952b0b9a1eaa7d3324cbba23e28560 /MySpace/proto.h
parent16827df7bc4a82d74f89dc81631bd2a7d05f3121 (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.h6
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();