Fix sparse warning: symbol was not declared. Should it be static?
commit2d96df3dd6f352d522a224643b6206e680855398
authorPrzemyslaw Pawelczyk <przemoc@gmail.com>
Tue, 23 Jan 2018 14:14:42 +0000 (23 15:14 +0100)
committerPrzemyslaw Pawelczyk <przemoc@gmail.com>
Tue, 23 Jan 2018 14:14:42 +0000 (23 15:14 +0100)
tree87a9fcb814852057928779d5bfce0b9da9a78ab9
parent5028a8e1b6f4d2848f93c36728b09b7a86304cca
Fix sparse warning: symbol was not declared. Should it be static?

Declare file-scope objects or functions that do not need external
linkage as static.
src/metaentry.c