mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-06 07:45:07 -05:00
Add IPv6 support
This commit is contained in:
@@ -31,9 +31,11 @@
|
||||
#ifndef GOT_BROADCAST_H
|
||||
#define GOT_BROADCAST_H
|
||||
|
||||
#include "addressing.h"
|
||||
|
||||
extern void BRD_Initialise(void);
|
||||
extern void BRD_Finalise(void);
|
||||
extern void BRD_AddDestination(unsigned long addr, unsigned short port, int interval);
|
||||
extern void BRD_AddDestination(IPAddr *addr, unsigned short port, int interval);
|
||||
|
||||
#endif /* GOT_BROADCAST_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user