diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-10 14:23:37 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-10 14:23:37 +0000 |
commit | ffa0fa4f142eb6ee5f919a96b10f36363c511b16 (patch) | |
tree | ec45487328d87d1e51424486330245b5763fb8b7 /MySpace/server_con.h | |
parent | e68bf950388269d8650b9005e15a3f965c7563af (diff) |
implemented zaps
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@269 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'MySpace/server_con.h')
-rw-r--r-- | MySpace/server_con.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MySpace/server_con.h b/MySpace/server_con.h index c81ce07..4064744 100644 --- a/MySpace/server_con.h +++ b/MySpace/server_con.h @@ -25,4 +25,6 @@ typedef struct { int uid;
} MYPROTOSEARCHRESULT;
+extern char *zap_array[];
+
#endif
|