summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2024-09-04 20:06:47 +0200
committerGitHub <[email protected]>2024-09-04 20:06:47 +0200
commit3eea46056ea20aa12b73eea7c01d6c6e5b2d490a (patch)
tree79d053674c7918e38d6317828076bb39bdf902cc /lib
parent55951b71aea46c09f27afe1640454fe43c983eec (diff)
parent6935c663094bbba58e03c7820f4c2893fbce61a1 (diff)
Merge pull request #2788 from dp111/cppcheck
make function prototypes match functions( found by cppcheck)
Diffstat (limited to 'lib')
-rw-r--r--lib/networking/dhserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/networking/dhserver.h b/lib/networking/dhserver.h
index b0d57ac4e..6a443b220 100644
--- a/lib/networking/dhserver.h
+++ b/lib/networking/dhserver.h
@@ -59,7 +59,7 @@ typedef struct dhcp_config
#ifdef __cplusplus
extern "C" {
#endif
-err_t dhserv_init(const dhcp_config_t *config);
+err_t dhserv_init(const dhcp_config_t *c);
void dhserv_free(void);
#ifdef __cplusplus
}