NOSTATICFN for src/*

This commit is contained in:
nhkeni
2024-03-14 17:41:51 -04:00
parent d523041b60
commit 9c0ed8ae63
111 changed files with 3871 additions and 3879 deletions

View File

@@ -29,7 +29,7 @@
#include "nhmd4.h"
static const unsigned char *nhmd4_body(struct nhmd4_context *,
staticfn const unsigned char *nhmd4_body(struct nhmd4_context *,
const unsigned char *, size_t);
/* Avoid a conflict from a Lua header */
@@ -79,7 +79,7 @@ static const unsigned char *nhmd4_body(struct nhmd4_context *,
* This processes one or more 64-byte data blocks, but does NOT update
* the bit counters. There're no alignment requirements.
*/
static const unsigned char *
staticfn const unsigned char *
nhmd4_body(
struct nhmd4_context *ctx,
const unsigned char *data,