ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/modules/icq-toc/libtoc libtoc.c,1.2,1.3 libt


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/icq-toc/libtoc libtoc.c,1.2,1.3 libtoc.h,1.1.1.1,1.2
Date: Mon, 20 Jan 2003 07:33:47 -0500

Update of /cvsroot/ayttm/ayttm/modules/icq-toc/libtoc
In directory subversions:/tmp/cvs-serv28533/modules/icq-toc/libtoc

Modified Files:
        libtoc.c libtoc.h 
Log Message:
triggerdecls.h is back where andy sent it.  gtk refs from away_window.h removed

Index: libtoc.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/icq-toc/libtoc/libtoc.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libtoc.c    16 Jan 2003 09:51:03 -0000      1.2
+++ libtoc.c    20 Jan 2003 12:33:44 -0000      1.3
@@ -1261,7 +1261,7 @@
        send_flap(conn, DATA, buff);
 }
 
-void toc_set_away( toc_conn * conn, gchar * message)
+void toc_set_away( toc_conn * conn, const gchar * message)
 {
        gchar buff[2048];
     if (message)

Index: libtoc.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/icq-toc/libtoc/libtoc.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- libtoc.h    23 Dec 2002 22:05:11 -0000      1.1.1.1
+++ libtoc.h    20 Jan 2003 12:33:44 -0000      1.2
@@ -73,7 +73,7 @@
 void toc_add_buddies( toc_conn * conn, GList * list );
 void toc_add_buddy( toc_conn * conn, gchar * user );
 void toc_set_idle( toc_conn * conn, int idle );
-void toc_set_away( toc_conn * conn, gchar * message);
+void toc_set_away( toc_conn * conn, const gchar * message);
 void toc_invite( toc_conn * conn, gchar * id, gchar * buddy, char * message );
 void toc_remove_buddy( toc_conn * conn, gchar * user );
 void toc_chat_join( toc_conn * conn, gchar * chat_room_name );





reply via email to

[Prev in Thread] Current Thread [Next in Thread]