hyanantha Thu Jul 28 05:43:28 2005 EDT
Modified files:
/php-src/win32 sendmail.h
Log:
NetWare cleanup
--Kamesh
http://cvs.php.net/diff.php/php-src/win32/sendmail.h?r1=1.13&r2=1.14&ty=u
Index: php-src/win32/sendmail.h
diff -u php-src/win32/sendmail.h:1.13 php-src/win32/sendmail.h:1.14
--- php-src/win32/sendmail.h:1.13 Mon Dec 8 17:10:42 2003
+++ php-src/win32/sendmail.h Thu Jul 28 05:43:28 2005
@@ -44,18 +44,7 @@
int MailConnect();
int PostHeader(char *, char *, char *, char *);
-#ifndef NETWARE
int Post(LPCSTR msg);
-#else
-int Post(char *msg);
-#endif
int Ack(char **server_response);
-#ifndef NETWARE
unsigned long GetAddr(LPSTR szHost);
-#else
-unsigned long GetAddr(char * szHost);
-#endif
-
-
-
#endif /* sendmail_h */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php