From a6914ca2eba7886b194d477ef96c83c932520955 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 30 Jul 2016 10:16:46 +0200 Subject: php-phalcon3: 3.0.0 (new package) --- jsminifier.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 jsminifier.h (limited to 'jsminifier.h') 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 + +int phalcon_jsmin(zval *return_value, zval *script TSRMLS_DC); + +#endif /* PHALCON_ASSETS_FILTERS_JSMINIFIER_H */ -- cgit