Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/peer.h
diff options
context:
space:
mode:
authorOlaf Bergmann2016-03-29 14:02:43 +0000
committerOlaf Bergmann2016-04-22 12:09:51 +0000
commitae385945edd9abd1007edd3ec6e0c940951873c7 (patch)
treed47219da52e666969c032cdfbf2514aad2a0a5e0 /peer.h
parentf740941ffaaadf368b298c6ca87df02d88ca6e08 (diff)
downloadorg.eclipse.tinydtls-ae385945edd9abd1007edd3ec6e0c940951873c7.tar.gz
org.eclipse.tinydtls-ae385945edd9abd1007edd3ec6e0c940951873c7.tar.xz
org.eclipse.tinydtls-ae385945edd9abd1007edd3ec6e0c940951873c7.zip
fixed function prototypes to shutup compiler warnings
Diffstat (limited to 'peer.h')
-rw-r--r--peer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/peer.h b/peer.h
index 49dac5a..30a8bf4 100644
--- a/peer.h
+++ b/peer.h
@@ -106,7 +106,7 @@ static inline void dtls_security_params_switch(dtls_peer_t *peer)
peer->security_params[0] = security;
}
-void peer_init();
+void peer_init(void);
/**
* Creates a new peer for given @p session. The current configuration

Back to the top