diff options
author | Marc Boeren <mboeren@php.net> | 2002-02-18 10:22:09 +0000 |
---|---|---|
committer | Marc Boeren <mboeren@php.net> | 2002-02-18 10:22:09 +0000 |
commit | 6ddca71cdb000a43df5dc859784ee2d37b66db6f (patch) | |
tree | b0c26ce3887a9dc4344414de610a5defa175f116 /ext/dbx | |
parent | cb46dbb6ebe92c102636dd7018deab768a88f499 (diff) | |
download | php-git-6ddca71cdb000a43df5dc859784ee2d37b66db6f.tar.gz |
Oops: source copy&paste should be done with care :) (Mc)
Diffstat (limited to 'ext/dbx')
-rw-r--r-- | ext/dbx/dbx_sybasect.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/dbx/dbx_sybasect.h b/ext/dbx/dbx_sybasect.h index 6aacec8c32..8b599c209a 100644 --- a/ext/dbx/dbx_sybasect.h +++ b/ext/dbx/dbx_sybasect.h @@ -22,8 +22,8 @@ /* $Id$ */ -#ifndef ZEND_DBX_MYSQL_H -#define ZEND_DBX_MYSQL_H +#ifndef ZEND_DBX_SYBASECT_H +#define ZEND_DBX_SYBASECT_H #ifndef INIT_FUNC_ARGS #include "zend_modules.h" @@ -50,7 +50,7 @@ int dbx_sybasect_getrow(zval **rv, zval **result_handle, long row_number, INTERN int dbx_sybasect_error(zval **rv, zval **dbx_handle, INTERNAL_FUNCTION_PARAMETERS); /* returns string */ -#endif /* ZEND_DBX_MYSQL_H */ +#endif /* ZEND_DBX_SYBASECT_H */ /* * Local variables: |