summaryrefslogtreecommitdiff
path: root/proto/rpki/packets.h
diff options
context:
space:
mode:
authorJan Moskyto Matejka <mq@ucw.cz>2016-12-07 15:35:35 +0100
committerJan Moskyto Matejka <mq@ucw.cz>2016-12-07 15:35:35 +0100
commitb94e5e58dbd33f4d2b9d721c51a9c8c4d8f77bea (patch)
treeddb01cf8fbd17076638b57e47546bff6f6a56820 /proto/rpki/packets.h
parentad88b94bca78e010357a6c7806e1d5e01701d4a7 (diff)
RPKI: fixed some of the extended warnings
Diffstat (limited to 'proto/rpki/packets.h')
-rw-r--r--proto/rpki/packets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/rpki/packets.h b/proto/rpki/packets.h
index d2b180bd..d6f8a249 100644
--- a/proto/rpki/packets.h
+++ b/proto/rpki/packets.h
@@ -38,7 +38,7 @@ enum rpki_rtvals {
int rpki_send_serial_query(struct rpki_cache *cache);
int rpki_send_reset_query(struct rpki_cache *cache);
-int rpki_rx_hook(sock *sk, int size);
+int rpki_rx_hook(sock *sk, uint size);
void rpki_connected_hook(sock *sk);
void rpki_err_hook(sock *sk, int size);