enum { LJOutgoingFriendship = 1, LJIncomingFriendship = 2, LJMutualFriendship = 3, };
Name Description LJOutgoingFriendship You list the user as a friend. LJIncomingFriendship The friend lists you as a friend. LJMutualFriendship You list the user as a friend and he lists you as a friend. This is equal to the bitwise OR of the two other constants.
(Last Updated 2/17/2003)