summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_win32.h
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2003-06-25 05:05:06 +0000
committerSebastian Bergmann <sebastian@php.net>2003-06-25 05:05:06 +0000
commit60ffd0ea5d224697ae09386cb643e2738d95fa4f (patch)
treeff2e0f626d1eb27bb32627ded497df13fd4c159d /TSRM/tsrm_win32.h
parent926bd5cf2924ff51fa5e6a1a3fe858925aa1ead2 (diff)
downloadphp-git-60ffd0ea5d224697ae09386cb643e2738d95fa4f.tar.gz
Restore HEAD of TSRM to what it was two days ago.
Diffstat (limited to 'TSRM/tsrm_win32.h')
-rw-r--r--TSRM/tsrm_win32.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/TSRM/tsrm_win32.h b/TSRM/tsrm_win32.h
index cab558866b..303e105203 100644
--- a/TSRM/tsrm_win32.h
+++ b/TSRM/tsrm_win32.h
@@ -4,10 +4,10 @@
+----------------------------------------------------------------------+
| Copyright (c) 1997-2003 The PHP Group |
+----------------------------------------------------------------------+
- | This source file is subject to version 2.02 of the PHP license, |
+ | This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
- | available at through the world-wide-web at |
- | http://www.php.net/license/2_02.txt. |
+ | available through the world-wide-web at the following url: |
+ | http://www.php.net/license/3_0.txt. |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
@@ -95,10 +95,11 @@ TSRM_API void tsrm_win32_shutdown(void);
TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env);
TSRM_API FILE *popen(const char *command, const char *type);
TSRM_API int pclose(FILE *stream);
+TSRM_API int tsrm_win32_access(const char *pathname, int mode);
TSRM_API int shmget(int key, int size, int flags);
TSRM_API void *shmat(int key, const void *shmaddr, int flags);
TSRM_API int shmdt(const void *shmaddr);
TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf);
-#endif
+#endif \ No newline at end of file