ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/src account_parser.y,1.5,1.6 contact_parser.


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src account_parser.y,1.5,1.6 contact_parser.y,1.8,1.9
Date: Mon, 27 Jan 2003 11:12:44 -0500

Update of /cvsroot/ayttm/ayttm/src
In directory subversions:/tmp/cvs-serv6424/src

Modified Files:
        account_parser.y contact_parser.y 
Log Message:
gchar->char


Index: account_parser.y
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/account_parser.y,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- account_parser.y    24 Jan 2003 20:41:31 -0000      1.5
+++ account_parser.y    27 Jan 2003 16:12:41 -0000      1.6
@@ -22,7 +22,7 @@
 %union {
        LList * vals;
        value_pair * val;
-       gchar * string;
+       char * string;
        eb_local_account * acnt;
 }
 

Index: contact_parser.y
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/contact_parser.y,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- contact_parser.y    24 Jan 2003 20:41:31 -0000      1.8
+++ contact_parser.y    27 Jan 2003 16:12:41 -0000      1.9
@@ -24,7 +24,7 @@
        LList * vals;
        value_pair * val;
        grouplist * grp;
-       gchar * string;
+       char * string;
        eb_account * acnt;
        struct contact * cntct;
 }





reply via email to

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