mirror of
https://github.com/AuxXxilium/kmod.git
synced 2025-03-07 21:34:58 +07:00
Clean 'no previous prototype' warning
This commit is contained in:
parent
b418a82097
commit
a009482ccf
@ -268,7 +268,8 @@ KMOD_EXPORT void kmod_set_log_priority(struct kmod_ctx *ctx, int priority)
|
||||
}
|
||||
|
||||
|
||||
int kmod_lookup_alias_from_alias_bin(struct kmod_ctx *ctx, const char *file,
|
||||
static int kmod_lookup_alias_from_alias_bin(struct kmod_ctx *ctx,
|
||||
const char *file,
|
||||
const char *name,
|
||||
struct kmod_list **list)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user