diff options
| author | Piotr Pawłow <pp@siedziba.pl> | 2016-09-23 05:09:34 +0200 |
|---|---|---|
| committer | Piotr Pawłow <pp@siedziba.pl> | 2016-09-23 05:31:08 +0200 |
| commit | f82f98bae4b0d1e23da91326a365ecbc45775bb2 (patch) | |
| tree | 61f92acc4676ae38a599a06cd5b29bde2ab1cc32 | |
| parent | 78c0f18033a455df84f4edb74c1a861cf8842629 (diff) | |
Fix compilation warning due to missing function declaration.PHP5.x
| -rw-r--r-- | filters/php_bumpmap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/filters/php_bumpmap.c b/filters/php_bumpmap.c index 6910f82..00a1bc7 100644 --- a/filters/php_bumpmap.c +++ b/filters/php_bumpmap.c @@ -122,6 +122,9 @@ php_filter_deinit() } int +_php_bumpmap_getfilterindex(char*); + +int php_filter_exec(Imlib_Image im, char *filter, HashTable *params) { int index=_php_bumpmap_getfilterindex(filter); |
