sas Fri Jan 12 06:27:28 2001 EDT
Modified files:
/php4/ext/ircg ircg.c php_ircg.h
Log:
Make the format-msg functions actually available.
Index: php4/ext/ircg/ircg.c
diff -u php4/ext/ircg/ircg.c:1.16 php4/ext/ircg/ircg.c:1.17
--- php4/ext/ircg/ircg.c:1.16 Fri Jan 12 05:49:16 2001
+++ php4/ext/ircg/ircg.c Fri Jan 12 06:27:27 2001
@@ -58,6 +58,8 @@
PHP_FE(ircg_msg, NULL)
PHP_FE(ircg_disconnect, NULL)
PHP_FE(ircg_is_conn_alive, NULL)
+ PHP_FE(ircg_lookup_format_messages, NULL)
+ PHP_FE(ircg_register_format_messages, NULL)
{NULL, NULL, NULL} /* Must be the last line in ircg_functions[] */
};
Index: php4/ext/ircg/php_ircg.h
diff -u php4/ext/ircg/php_ircg.h:1.2 php4/ext/ircg/php_ircg.h:1.3
--- php4/ext/ircg/php_ircg.h:1.2 Mon Jan 8 16:36:41 2001
+++ php4/ext/ircg/php_ircg.h Fri Jan 12 06:27:27 2001
@@ -37,6 +37,8 @@
PHP_FUNCTION(ircg_msg);
PHP_FUNCTION(ircg_disconnect);
PHP_FUNCTION(ircg_is_conn_alive);
+PHP_FUNCTION(ircg_lookup_format_messages);
+PHP_FUNCTION(ircg_register_format_messages);
PHP_MINIT_FUNCTION(ircg);
PHP_MSHUTDOWN_FUNCTION(ircg);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]