| 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 */ |