diff options
Diffstat (limited to 'apps/codecs/codec.h')
| -rw-r--r-- | apps/codecs/codec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/codec.h b/apps/codecs/codec.h index daa7c19..44d5a11 100644 --- a/apps/codecs/codec.h +++ b/apps/codecs/codec.h @@ -24,6 +24,8 @@ #include <sys/types.h> +extern struct codec_api *ci; + /* Get these functions 'out of the way' of the standard functions. Not doing * so confuses the cygwin linker, and maybe others. These functions need to * be implemented elsewhere */ |