Mercurial > pidgin
comparison libpurple/protocols/mxit/mxit.h @ 31902:93cb9f408df4
Whitespace changes for coding-style consistency.
author | andrew.victor@mxit.com |
---|---|
date | Sun, 21 Aug 2011 15:28:07 +0000 |
parents | 7119b2c43637 |
children | d8c652ea476a |
comparison
equal
deleted
inserted
replaced
31897:3fb4cad5ad2d | 31902:93cb9f408df4 |
---|---|
189 | 189 |
190 char* mxit_status_text( PurpleBuddy* buddy ); | 190 char* mxit_status_text( PurpleBuddy* buddy ); |
191 void mxit_enable_signals( struct MXitSession* session ); | 191 void mxit_enable_signals( struct MXitSession* session ); |
192 | 192 |
193 #ifdef MXIT_LINK_CLICK | 193 #ifdef MXIT_LINK_CLICK |
194 void mxit_register_uri_handler(void); | 194 void mxit_register_uri_handler( void ); |
195 #endif | 195 #endif |
196 | 196 |
197 | 197 |
198 #endif /* _MXIT_H_ */ | 198 #endif /* _MXIT_H_ */ |
199 | 199 |