Browse CVS Repository
Diff of /xoonips/AL/xnpal.cc
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 23 |
#include <arpa/inet.h> |
#include <arpa/inet.h> |
| 24 |
|
|
| 25 |
// global variables |
// global variables |
|
MYSQL *mysql = NULL; |
|
| 26 |
|
|
| 27 |
|
PHP_MSHUTDOWN_FUNCTION(vpalmod) |
| 28 |
|
{ |
| 29 |
|
uninitializeDB(); |
| 30 |
|
return SUCCESS; |
| 31 |
|
} |
| 32 |
|
|
| 33 |
/* declaration of functions to be exported */ |
/* declaration of functions to be exported */ |
| 34 |
extern "C" { |
extern "C" { |
| 116 |
"Visiome Platform Abstract Layer", |
"Visiome Platform Abstract Layer", |
| 117 |
vpalmod_functions, |
vpalmod_functions, |
| 118 |
NULL, |
NULL, |
| 119 |
NULL, |
PHP_MSHUTDOWN(vpalmod), |
| 120 |
NULL, |
NULL, |
| 121 |
NULL, |
NULL, |
| 122 |
NULL, |
NULL, |
|
|
Legend:
| Removed from v.1.17 |
|
| changed lines |
| |
Added in v.1.18 |
|
|
| |