libpurple/protocols/msn/dialog.h

changeset 29305
202cb72ed5b0
parent 19859
71d37b57eff2
equal deleted inserted replaced
29303:fa3096fc03d9 29305:202cb72ed5b0
19 * 19 *
20 * You should have received a copy of the GNU General Public License 20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software 21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
23 */ 23 */
24 #ifndef _MSN_DIALOG_H_ 24 #ifndef MSN_DIALOG_H
25 #define _MSN_DIALOG_H_ 25 #define MSN_DIALOG_H
26 26
27 void msn_show_sync_issue(MsnSession *session, const char *passport, 27 void msn_show_sync_issue(MsnSession *session, const char *passport,
28 const char *group_name); 28 const char *group_name);
29 29
30 #endif /* _MSN_DIALOG_H_ */ 30 #endif /* MSN_DIALOG_H */

mercurial