X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FInterfaces%2FUDI%2Ftrans%2Fnsr.c;h=d9c4357565e8504ca1f5925f5667f2861f0ded36;hb=5f8480455a9e2172b15dfc7fb96480a68506c30d;hp=616c3650f9379d4ee4514e75ed47b5008482e60c;hpb=a335dd47727c40467c1ff7fc256c9061c0398d05;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Interfaces/UDI/trans/nsr.c b/KernelLand/Modules/Interfaces/UDI/trans/nsr.c index 616c3650..d9c43575 100644 --- a/KernelLand/Modules/Interfaces/UDI/trans/nsr.c +++ b/KernelLand/Modules/Interfaces/UDI/trans/nsr.c @@ -333,7 +333,7 @@ void acessnsr_SendPacket__buf_write_complete(udi_cb_t *gcb, udi_buf_t *buf) udi_nd_tx_req(cb); // continued in acessnsr_tx_rdy } -void _FreeHeapSubBuf(void *Arg, size_t Pre, size_t Post, const void *DataBuf) +static void _FreeHeapSubBuf(void *Arg, size_t Pre, size_t Post, const void *DataBuf) { free(Arg); }