summaryrefslogtreecommitdiff
path: root/ext/ccvs/ccvs.h
diff options
context:
space:
mode:
authorBrendan W. McAdams <bmcadams@php.net>2000-10-05 18:20:06 +0000
committerBrendan W. McAdams <bmcadams@php.net>2000-10-05 18:20:06 +0000
commit5ab813e1b621d249b13dd5445e024037c1bf6087 (patch)
tree381618003e14b1fa9d2891de819dca538869a8eb /ext/ccvs/ccvs.h
parent791cda209cab0510879f4cc1f6ee4991490fb436 (diff)
downloadphp-git-5ab813e1b621d249b13dd5445e024037c1bf6087.tar.gz
Updated email address to reflect my php.net address.
I am no longer associated with Plexus InterActive (my plexmedia.com address) so the old address is no longer any good.
Diffstat (limited to 'ext/ccvs/ccvs.h')
-rw-r--r--ext/ccvs/ccvs.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/ext/ccvs/ccvs.h b/ext/ccvs/ccvs.h
index 358d1c2461..5e84cb045c 100644
--- a/ext/ccvs/ccvs.h
+++ b/ext/ccvs/ccvs.h
@@ -12,25 +12,25 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: Brendan W. McAdams <brendan@plexmedia.com> |
+ | Authors: Brendan W. McAdams <bmcadams@php.net> |
| Doug DeJulio <ddj@redhat.com> |
+----------------------------------------------------------------------+
-*/
+*/
#include <cv_api.h>
-
+
extern zend_module_entry ccvs_module_entry;
-
+
#define ccvs_module_ptr &ccvs_module_entry
#define phpext_ccvs_ptr ccvs_module_ptr
-
+
/* Declare functions not in cv_api.h but in libccvs.a. */
char *hks_ptr_ptrtostring(void *vptr);
void *hks_ptr_stringtoptr(char *str);
-
+
/* Declare the Functions this Module Makes Available to Zend */
-
-
+
+
/* Pre-declarations of functions */
PHP_FUNCTION(ccvs_init);
PHP_FUNCTION(ccvs_done);
@@ -47,13 +47,13 @@
PHP_FUNCTION(ccvs_lookup);
PHP_FUNCTION(ccvs_report);
PHP_FUNCTION(ccvs_command);
- PHP_FUNCTION(ccvs_textvalue);
+ PHP_FUNCTION(ccvs_textvalue);
PHP_MINFO_FUNCTION(ccvs);
-
+
/* Declare the information we need to dynamically link this module later */
#if COMPILE_DL
DLEXPORT zend_module_entry *get_module(void) { return &ccvs_module_entry; }
#endif
-
+
/* End exports */
-
+