Changeset 2288705 for account.h


Ignore:
Timestamp:
2009-12-07T21:54:19Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
1c3008a
Parents:
aac4017 (diff), 36cf9fd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merging head.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • account.h

    raac4017 r2288705  
    5656int account_reconnect_delay( account_t *a );
    5757
    58 #define ACC_SET_NOSAVE          1
    59 #define ACC_SET_OFFLINE_ONLY    2
    60 #define ACC_SET_ONLINE_ONLY     4
     58#define ACC_SET_NOSAVE          0x01
     59#define ACC_SET_OFFLINE_ONLY    0x02
     60#define ACC_SET_ONLINE_ONLY     0x04
    6161
    6262#endif
Note: See TracChangeset for help on using the changeset viewer.