Fix extern declaration warning

v1.1
Pierrick Charron 2009-12-27 04:15:15 +00:00
parent 332a4d8a05
commit c7ea4d16e0
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
#define RETURN_READ_FRAME_FAIL { frame_destroy(f); return NULL; }
ZEND_EXTERN_MODULE_GLOBALS(stomp);
extern stomp_ce_exception;
extern zend_class_entry *stomp_ce_exception;
/* {{{ stomp_new
*/