Changes in protocols/nogaim.h [31e5846:f55cfe9]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.h
r31e5846 rf55cfe9 136 136 * - The user sees this name ie. when imcb_log() is used. */ 137 137 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; 138 142 139 143 /* Added this one to be able to add per-account settings, don't think … … 317 321 318 322 /* Misc. stuff */ 319 char *set_eval_away_devoice( set_t *set, char *value );320 323 gboolean auto_reconnect( gpointer data, gint fd, b_input_condition cond ); 321 324 void cancel_auto_reconnect( struct account *a );
Note: See TracChangeset
for help on using the changeset viewer.