]> granicus.if.org Git - php/commitdiff
- A few more extern declarations
authorJohannes Schlüter <johannes@php.net>
Tue, 19 Jan 2010 13:24:02 +0000 (13:24 +0000)
committerJohannes Schlüter <johannes@php.net>
Tue, 19 Jan 2010 13:24:02 +0000 (13:24 +0000)
ext/spl/spl_dllist.h

index 3698421d59f3b92a6ac22a06b885ef5898e54d15..bfd67b7418f8b5d280b7a5775a0875e8e181a437 100644 (file)
@@ -24,9 +24,9 @@
 #include "php.h"
 #include "php_spl.h"
 
-PHPAPI zend_class_entry *spl_ce_SplDoublyLinkedList;
-PHPAPI zend_class_entry *spl_ce_SplQueue;
-PHPAPI zend_class_entry *spl_ce_SplStack;
+extern PHPAPI zend_class_entry *spl_ce_SplDoublyLinkedList;
+extern PHPAPI zend_class_entry *spl_ce_SplQueue;
+extern PHPAPI zend_class_entry *spl_ce_SplStack;
 
 PHP_MINIT_FUNCTION(spl_dllist);