about summary refs log tree commit diff
path: root/src/engine/client/friends.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/client/friends.h')
-rw-r--r--src/engine/client/friends.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/client/friends.h b/src/engine/client/friends.h
index be0cfa49..d4c539e1 100644
--- a/src/engine/client/friends.h
+++ b/src/engine/client/friends.h
@@ -22,6 +22,7 @@ public:
 
 	int NumFriends() const { return m_NumFriends; }
 	const CFriendInfo *GetFriend(int Index) const;
+	int GetFriendState(const char *pName, const char *pClan) const;
 	bool IsFriend(const char *pName, const char *pClan, bool PlayersOnly) const;
 
 	void AddFriend(const char *pName, const char *pClan);