Browse Source

MFB: Removed pointless declarations

migration/RELEASE_1_0_0
Ilia Alshanetsky 20 years ago
parent
commit
a96e3567de
  1. 2
      ext/calendar/php_calendar.h

2
ext/calendar/php_calendar.h

@ -7,8 +7,6 @@ extern zend_module_entry calendar_module_entry;
/* Functions */
PHP_MINIT_FUNCTION(calendar);
PHP_RINIT_FUNCTION(calendar);
PHP_RSHUTDOWN_FUNCTION(calendar);
PHP_MINFO_FUNCTION(calendar);
PHP_FUNCTION(jdtogregorian);

Loading…
Cancel
Save