#ifndef FOPEN_WRAPPERS_H
#define FOPEN_WRAPPERS_H
+BEGIN_EXTERN_C()
#include "php_globals.h"
PHPAPI int php_fopen_primary_script(zend_file_handle *file_handle TSRMLS_DC);
PHPAPI int php_is_url(char *path);
PHPAPI char *php_strip_url_passwd(char *path);
+END_EXTERN_C()
#endif
/*
#include "snprintf.h"
+BEGIN_EXTERN_C()
extern int spprintf( char **pbuf, size_t max_len, const char *format, ...);
PHPAPI extern int vspprintf(char **pbuf, size_t max_len, const char *format, va_list ap);
+END_EXTERN_C()
#endif /* SNPRINTF_H */