ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/smtp smtp.c,1.9,1.10


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/smtp smtp.c,1.9,1.10
Date: Fri, 21 Mar 2003 06:19:09 -0500

Update of /cvsroot/ayttm/ayttm/modules/smtp
In directory subversions:/tmp/cvs-serv21842/modules/smtp

Modified Files:
        smtp.c 
Log Message:
remove some warnings, disable icq by default

Index: smtp.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/smtp/smtp.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- smtp.c      17 Mar 2003 14:44:55 -0000      1.9
+++ smtp.c      21 Mar 2003 11:19:06 -0000      1.10
@@ -27,6 +27,7 @@
 #include <string.h>
 #include <errno.h>
 #include <stdio.h>
+#include <stdlib.h>
 
 #include "service.h"
 #include "plugin_api.h"
@@ -41,6 +42,8 @@
                                /* buddy_logoff,  */
                                /* buddy_update_status */
 
+void do_message_dialog(char *message, char *title, int modal);
+
 
/*******************************************************************************
  *                             Begin Module Code
  
******************************************************************************/
@@ -561,7 +564,6 @@
                eb_account * account_to, char * message)
 
 {
-       int fd;
        char localhost[255];
        struct smtp_callback_data * d;
 





reply via email to

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