Changes in protocols/msn/msn.h [a830512:aa31117]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn.h
ra830512 raa31117 23 23 Suite 330, Boston, MA 02111-1307 USA 24 24 */ 25 26 #ifndef _MSN_H27 #define _MSN_H28 25 29 26 /* Some hackish magicstrings to make special-purpose messages/switchboards. … … 179 176 void msn_sb_destroy( struct msn_switchboard *sb ); 180 177 gboolean msn_sb_connected( gpointer data, gint source, b_input_condition cond ); 181 int msn_sb_write_msg( struct im_connection *ic, struct msn_message *m );182 183 #endif //_MSN_H
Note: See TracChangeset
for help on using the changeset viewer.