summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/include/ntp_keyacc.h
blob: 730c310ac0fe490618b664812742b311278f6640 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 *  ntp_keyacc.h - key access stuff
 */
#ifndef NTP_KEYACC_H
#define NTP_KEYACC_H

typedef struct keyaccess KeyAccT;
struct keyaccess {
	KeyAccT *	next;
	sockaddr_u	addr;
};

#endif	/* NTP_KEYACC_H */
OpenPOWER on IntegriCloud