diff options
Diffstat (limited to 'src/roster.h')
-rw-r--r-- | src/roster.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roster.h b/src/roster.h index 2cec84a21..9adc9f36b 100644 --- a/src/roster.h +++ b/src/roster.h @@ -63,7 +63,7 @@ typedef enum GABBLE_ROSTER_SUBSCRIPTION_BOTH = GABBLE_ROSTER_SUBSCRIPTION_FROM | GABBLE_ROSTER_SUBSCRIPTION_TO, GABBLE_ROSTER_SUBSCRIPTION_REMOVE = 1 << 2, - GABBLE_ROSTER_SUBSCRIPTION_NOT_CHANGED = -1 + GABBLE_ROSTER_SUBSCRIPTION_INVALID = 1 << 3, } GabbleRosterSubscription; GabbleRoster *gabble_roster_new (GabbleConnection *); |