ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/src service.h,1.15,1.16


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src service.h,1.15,1.16
Date: Wed, 29 Jan 2003 07:30:18 -0500

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

Modified Files:
        service.h 
Log Message:
Modules should be able to free their protocol_account_data



Index: service.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/service.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- service.h   29 Jan 2003 09:22:17 -0000      1.15
+++ service.h   29 Jan 2003 12:30:15 -0000      1.16
@@ -204,6 +204,9 @@
         /* This returns the color associated with this protocol (in HTML form,
            so for example AIM is "#000088" */
         char * (*get_color)(void);
+       
+       /* free an account */
+       void (*free_account_data)(eb_account *account);
 };
 
 /*for every server you have the following: the name of the service,





reply via email to

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