ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/irc irc.c,1.10,1.11


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/irc irc.c,1.10,1.11
Date: Fri, 31 Jan 2003 08:30:44 -0500

Update of /cvsroot/ayttm/ayttm/modules/irc
In directory subversions:/tmp/cvs-serv15650/modules/irc

Modified Files:
        irc.c 
Log Message:
make some service args const

Index: irc.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/irc/irc.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- irc.c       30 Jan 2003 08:23:19 -0000      1.10
+++ irc.c       31 Jan 2003 13:30:41 -0000      1.11
@@ -201,7 +201,7 @@
           static void irc_add_user( eb_account * account );
           static void irc_del_user( eb_account * account );
       static int irc_is_suitable (eb_local_account *local, eb_account *remote);
-  static eb_account * irc_new_account( char * account );
+       static eb_account * irc_new_account( const char * account );
        static char * irc_get_status_string( eb_account * account );
           static void irc_init_pixmaps();
           static char ** irc_get_status_pixmap( eb_account * account);
@@ -1501,7 +1501,7 @@
 /* This func expects account names of the form address@hidden,
    for example address@hidden, and will return
    NULL otherwise, very probably causing a crash. */
-static eb_account * irc_new_account( char * account )
+static eb_account * irc_new_account( const char * account )
 {
        eb_account * ea = g_new0(eb_account, 1);
        irc_account * ia = g_new0(irc_account, 1);





reply via email to

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