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:09:34 +0200 |
| commit | 5bb85ee085925647a654dd70d559ebaa82da0aa8 (patch) | |
| tree | 80524c3beafde87ab365c38751ac76be0c415572 /filters | |
| parent | 823a2de553ee15b15cbb348ca73d5956b907571d (diff) | |
Fix compilation warning due to missing function declaration.
Diffstat (limited to 'filters')
| -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); |
