ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/aim-toc/libtoc libtoc.c,1.1.1.1,1.2


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

Update of /cvsroot/ayttm/ayttm/modules/aim-toc/libtoc
In directory subversions:/tmp/cvs-serv28533/modules/aim-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/aim-toc/libtoc/libtoc.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- libtoc.c    23 Dec 2002 22:04:37 -0000      1.1.1.1
+++ libtoc.c    20 Jan 2003 12:33:44 -0000      1.2
@@ -1341,7 +1341,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/aim-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:04:37 -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, gchar * group, GList * list );
 void toc_add_buddy( toc_conn * conn, gchar * user, gchar * group );
 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_chat_join( toc_conn * conn, gchar * chat_room_name );
 void toc_chat_send( toc_conn * conn, gchar * id, gchar * message);





reply via email to

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