#define CTL_OP_WRITECLOCK 5
#define CTL_OP_SETTRAP 6
#define CTL_OP_ASYNCMSG 7
+#define CTL_OP_CONFIGURE 8
#define CTL_OP_UNSETTRAP 31
/*
unsigned char buffer[64]; /* input buffer */
} MD5_CTX;
-void MD5Init PROTO_LIST ((MD5_CTX *));
+void MD5Init PROTO_LIST (MD5_CTX *);
void MD5Update PROTO_LIST
- ((MD5_CTX *, unsigned char *, unsigned int));
-void MD5Final PROTO_LIST ((unsigned char [16], MD5_CTX *));
+ (MD5_CTX *, unsigned char *, unsigned int);
+void MD5Final PROTO_LIST (unsigned char [16], MD5_CTX *);
#ifdef __cplusplus
}
static void write_clock_status (struct recvbuf *, int);
static void set_trap (struct recvbuf *, int);
static void unset_trap (struct recvbuf *, int);
+static void configure (struct recvbuf *, int);
static struct ctl_trap *ctlfindtrap (struct sockaddr_storage *,
struct interface *);