Enumerations



Friendship Constants

enum {
    LJOutgoingFriendship = 1,
    LJIncomingFriendship = 2,
    LJMutualFriendship = 3,
};



Constants

NameDescription
LJOutgoingFriendshipYou list the user as a friend.

LJIncomingFriendshipThe friend lists you as a friend.

LJMutualFriendshipYou 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)