summaryrefslogtreecommitdiffstats
path: root/jsminifier.h
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-04-21 17:30:10 +0200
committerRemi Collet <fedora@famillecollet.com>2015-04-21 17:30:10 +0200
commit19eb59073e0f58d75a5f7c49348afb46cc96b40a (patch)
treea21c4aa939ce238a30f3e4dc9fa885f726e521d4 /jsminifier.h
php-phalcon2: 2.0.0 (new API, new package)
Diffstat (limited to 'jsminifier.h')
-rw-r--r--jsminifier.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/jsminifier.h b/jsminifier.h
new file mode 100644
index 0000000..39b9322
--- /dev/null
+++ b/jsminifier.h
@@ -0,0 +1,10 @@
+/* Fake version to avoid non-free stuff */
+
+#ifndef PHALCON_ASSETS_FILTERS_JSMINIFIER_H
+#define PHALCON_ASSETS_FILTERS_JSMINIFIER_H
+
+#include <Zend/zend.h>
+
+int phalcon_jsmin(zval *return_value, zval *script TSRMLS_DC);
+
+#endif /* PHALCON_ASSETS_FILTERS_JSMINIFIER_H */