libaacs | branch: master | npzacs <[email protected]> | Thu Dec 8 11:59:23 2011 +0200| [88f2adb2bbf667c7001a73ff0ba3a456738929e7] | committer: npzacs
Added missing static to local unction > http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=88f2adb2bbf667c7001a73ff0ba3a456738929e7 --- src/file/keydbcfg.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/file/keydbcfg.c b/src/file/keydbcfg.c index 029f8be..08d9162 100644 --- a/src/file/keydbcfg.c +++ b/src/file/keydbcfg.c @@ -317,7 +317,7 @@ static int _mkpath(const char *path) return result; } -char *_keycache_file(const char *type, const uint8_t *disc_id) +static char *_keycache_file(const char *type, const uint8_t *disc_id) { const char *cache_dir = get_cache_home(); char disc_id_str[41]; _______________________________________________ libaacs-devel mailing list [email protected] http://mailman.videolan.org/listinfo/libaacs-devel
