| commit | 0016138fe3998552eee3987a1c09da43a23c9fb5 | [log] [tgz] |
|---|---|---|
| author | Olaf Bergmann <bergmann@tzi.org> | Fri Apr 22 15:15:06 2016 +0200 |
| committer | Olaf Bergmann <bergmann@tzi.org> | Fri Apr 22 15:15:06 2016 +0200 |
| tree | 5d4f17dc4bdcc6724fbc1fa51011db8d1c762ad9 | |
| parent | 06e2ace0b0fa3393108e7fa2b25a3d3d02d1a46e [diff] |
dtls.h: Fixed prototype for dtls_init() Change-Id: I293342a02395c74ac814b214837f64a7050d63af
diff --git a/dtls.h b/dtls.h index 273315f..cdf4950 100644 --- a/dtls.h +++ b/dtls.h
@@ -232,7 +232,7 @@ * This function initializes the tinyDTLS memory management and must * be called first. */ -void dtls_init(); +void dtls_init(void); /** * Creates a new context object. The storage allocated for the new