mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-08-17 21:25:50 +02:00
Prevent warnings from -Wmissing-prototypes.
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
* This file contains functions for RFC 1982 serial number arithmetic.
|
||||
*/
|
||||
#include "config.h"
|
||||
#include "util/rfc_1982.h"
|
||||
|
||||
int
|
||||
compare_1982(uint32_t a, uint32_t b)
|
||||
|
||||
@@ -26,6 +26,11 @@
|
||||
*/
|
||||
#include "config.h"
|
||||
|
||||
/** EDIT
|
||||
* prevent warning from -Wmissing-prototypes
|
||||
*/
|
||||
#include "util/siphash.h"
|
||||
|
||||
/* default: SipHash-2-4 */
|
||||
#define cROUNDS 2
|
||||
#define dROUNDS 4
|
||||
|
||||
Reference in New Issue
Block a user