Changeset e31e5b8 for protocols/account.h
- Timestamp:
- 2013-04-20T13:05:55Z (8 years ago)
- Branches:
- master
- Children:
- dd95ce4
- Parents:
- 9b2a8c1 (diff), bfafb99 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/account.h
r9b2a8c1 re31e5b8 61 61 typedef enum 62 62 { 63 ACC_SET_NOSAVE = 0x01, /* Don't save this setting (i.e. stored elsewhere). */64 63 ACC_SET_OFFLINE_ONLY = 0x02, /* Allow changes only if the acct is offline. */ 65 64 ACC_SET_ONLINE_ONLY = 0x04, /* Allow changes only if the acct is online. */
Note: See TracChangeset
for help on using the changeset viewer.