treewide: mark some functions static

These were found by enabling the "missing-declarations" warning.
This commit is contained in:
Barnabás Pőcze 2023-07-03 04:34:59 +02:00
parent ab6ff1bcde
commit 8c17a6626d
14 changed files with 27 additions and 29 deletions

View file

@ -7,7 +7,7 @@
#include "aecp-aem-descriptors.h"
#include "internal.h"
void init_descriptors(struct server *server)
static inline void init_descriptors(struct server *server)
{
server_add_descriptor(server, AVB_AEM_DESC_STRINGS, 0,
sizeof(struct avb_aem_desc_strings),