Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    rf55cfe9 r31e5846  
    136136         * - The user sees this name ie. when imcb_log() is used. */
    137137        const char *name;
    138     /* Maximum Message Size of this protocol.
    139      * - Introduced for OTR, in order to fragment large protocol messages.
    140      * - 0 means "unlimited". */
    141     unsigned int mms;
    142138
    143139        /* Added this one to be able to add per-account settings, don't think
     
    321317
    322318/* Misc. stuff */
     319char *set_eval_away_devoice( set_t *set, char *value );
    323320gboolean auto_reconnect( gpointer data, gint fd, b_input_condition cond );
    324321void cancel_auto_reconnect( struct account *a );
Note: See TracChangeset for help on using the changeset viewer.