Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • nick.h

    rd323394c rd06eabf  
    2626void nick_set( account_t *acc, const char *handle, const char *nick );
    2727char *nick_get( account_t *acc, const char *handle );
     28void nick_dedupe( account_t *acc, const char *handle, char nick[MAX_NICK_LENGTH+1] );
    2829int nick_saved( account_t *acc, const char *handle );
    2930void nick_del( account_t *acc, const char *handle );
Note: See TracChangeset for help on using the changeset viewer.