summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_wireprotocol.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2010-01-11 19:13:43 +0000
committerAndrey Hristov <andrey@php.net>2010-01-11 19:13:43 +0000
commit1a108f1bae853c44015023db6d379b1e679af792 (patch)
tree6327ebc53709219bc88dea122c76863e95d90614 /ext/mysqlnd/mysqlnd_wireprotocol.h
parent8b3931b4446aa8f50545235daaec3a1ce2c94ff2 (diff)
downloadphp-git-1a108f1bae853c44015023db6d379b1e679af792.tar.gz
remove extern defintion of a variable that is no more
used outside of the file where it is declared. Also really export with PHPAPI the protocol init/deinit functions
Diffstat (limited to 'ext/mysqlnd/mysqlnd_wireprotocol.h')
-rw-r--r--ext/mysqlnd/mysqlnd_wireprotocol.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/mysqlnd/mysqlnd_wireprotocol.h b/ext/mysqlnd/mysqlnd_wireprotocol.h
index 6fc9454b3a..34ae7ea916 100644
--- a/ext/mysqlnd/mysqlnd_wireprotocol.h
+++ b/ext/mysqlnd/mysqlnd_wireprotocol.h
@@ -54,8 +54,6 @@ typedef struct st_mysqlnd_packet_methods {
void (*free_mem)(void *packet, zend_bool alloca TSRMLS_DC);
} mysqlnd_packet_methods;
-extern mysqlnd_packet_methods packet_methods[];
-
typedef struct st_mysqlnd_packet_header {
size_t size;