]> granicus.if.org Git - php/commitdiff
Forgot this one
authorZeev Suraski <zeev@php.net>
Sun, 29 Oct 2000 18:26:21 +0000 (18:26 +0000)
committerZeev Suraski <zeev@php.net>
Sun, 29 Oct 2000 18:26:21 +0000 (18:26 +0000)
Zend/zend_ini_scanner.h [new file with mode: 0644]

diff --git a/Zend/zend_ini_scanner.h b/Zend/zend_ini_scanner.h
new file mode 100644 (file)
index 0000000..9a97f26
--- /dev/null
@@ -0,0 +1,16 @@
+#ifndef _ZEND_INI_SCANNER_H
+#define _ZEND_INI_SCANNER_H
+
+#if defined(ZTS) && defined(__cplusplus)
+class ZendIniFlexLexer : public yyFlexLexer
+{
+public:
+       virtual ~ZendIniFlexLexer();
+       int lex_scan(zval *zendlval);
+       void BeginState(int state);
+};
+#endif /* ZTS && __cplusplus */
+
+int zend_ini_scanner_get_lineno();
+
+#endif /* _ZEND_INI_SCANNER_H */
\ No newline at end of file