ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/yahoo2/libyahoo2 libyahoo2.c,1.9,1.1


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/yahoo2/libyahoo2 libyahoo2.c,1.9,1.10 yahoo2.h,1.7,1.8
Date: Fri, 07 Feb 2003 00:24:06 -0500

Update of /cvsroot/ayttm/ayttm/modules/yahoo2/libyahoo2
In directory subversions:/tmp/cvs-serv18295/modules/yahoo2/libyahoo2

Modified Files:
        libyahoo2.c yahoo2.h 
Log Message:
yahoo_add_yab -> yahoo_set_yab

Index: libyahoo2.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/libyahoo2/libyahoo2.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libyahoo2.c 5 Feb 2003 15:23:27 -0000       1.9
+++ libyahoo2.c 7 Feb 2003 05:24:03 -0000       1.10
@@ -1956,7 +1956,7 @@
 
 }
 
-void yahoo_add_yab(int id, struct yab * yab)
+void yahoo_set_yab(int id, struct yab * yab)
 {
        struct yahoo_data *yd = find_conn_by_id(id);
        struct yahoo_data *nyd;

Index: yahoo2.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/libyahoo2/yahoo2.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- yahoo2.h    5 Feb 2003 15:23:27 -0000       1.7
+++ yahoo2.h    7 Feb 2003 05:24:03 -0000       1.8
@@ -53,9 +53,9 @@
 void yahoo_get_list(int id);
 /* download buddy contact information from your yahoo addressbook */
 void yahoo_get_yab(int id);
-/* add an address book entry.  if yab->dbid is set, it will */
+/* add/modify an address book entry.  if yab->dbid is set, it will */
 /* modify that entry else it creates a new entry */
-void yahoo_add_yab(int id, struct yab * yab);
+void yahoo_set_yab(int id, struct yab * yab);
 void yahoo_keepalive(int id);
 
 /* from is the identity you're sending from.  if NULL, the default is used */





reply via email to

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