Changeset ad404ab for protocols/bee.h


Ignore:
Timestamp:
2010-06-03T00:20:53Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
7b71feb
Parents:
704dd38
Message:

Restore add_* handle_unknown settings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/bee.h

    r704dd38 rad404ab  
    5454        BEE_USER_ONLINE = 1,    /* Compatibility with old OPT_LOGGED_IN flag */
    5555        BEE_USER_AWAY = 4,      /* Compatibility with old OPT_AWAY flag */
     56        BEE_USER_LOCAL = 256,   /* Locally-added contacts (not in real contact list) */
    5657} bee_user_flags_t;
    5758
     
    107108
    108109/* bee_user.c */
    109 bee_user_t *bee_user_new( bee_t *bee, struct im_connection *ic, const char *handle );
     110bee_user_t *bee_user_new( bee_t *bee, struct im_connection *ic, const char *handle, bee_user_flags_t flags );
    110111int bee_user_free( bee_t *bee, bee_user_t *bu );
    111112bee_user_t *bee_user_by_handle( bee_t *bee, struct im_connection *ic, const char *handle );
Note: See TracChangeset for help on using the changeset viewer.