aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/timed/timed/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/timed/timed/extern.h')
-rw-r--r--usr.sbin/timed/timed/extern.h89
1 files changed, 0 insertions, 89 deletions
diff --git a/usr.sbin/timed/timed/extern.h b/usr.sbin/timed/timed/extern.h
deleted file mode 100644
index bfadc070cbb6..000000000000
--- a/usr.sbin/timed/timed/extern.h
+++ /dev/null
@@ -1,89 +0,0 @@
-/* $FreeBSD$ */
-
-/*-
- * SPDX-License-Identifier: BSD-3-Clause
- *
- * Copyright (c) 1993
- * The Regents of the University of California. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the University nor the names of its contributors
- * may be used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- * @(#)extern.h 8.1 (Berkeley) 6/6/93
- */
-
-struct hosttbl;
-struct netinfo;
-struct sockaddr_in;
-struct timeval;
-struct tsp;
-
-struct hosttbl *addmach(char *, struct sockaddr_in *, struct netinfo *);
-struct hosttbl *findhost(char *);
-struct hosttbl *remmach(struct hosttbl *);
-
-struct tsp *readmsg(int,
- char *, struct timeval *, struct netinfo *);
-struct tsp *acksend(struct tsp *,
- struct sockaddr_in *, char *, int, struct netinfo *, int);
-
-void addnetname(char *);
-void adj_msg_time(struct tsp *, struct timeval *);
-void bytehostorder(struct tsp *);
-void bytenetorder(struct tsp *);
-void byteorder(struct tsp *);
-long casual(long, long);
-int cksum(u_short *, int);
-void correct(long);
-char *date(void);
-void doquit(struct tsp *);
-int election(struct netinfo *);
-void get_goodgroup(int);
-int good_host_name(char *);
-void ignoreack(void);
-int in_cksum(u_short *, int);
-void lookformaster(struct netinfo *);
-void makeslave(struct netinfo *);
-int master(void);
-void masterack(void);
-void masterup(struct netinfo *);
-int measure(u_long, u_long, char *, struct sockaddr_in *, int);
-void msterup(struct netinfo *);
-void mstotvround(struct timeval *, long);
-long networkdelta(void);
-void newslave(struct tsp *);
-void print(struct tsp *, struct sockaddr_in *);
-void prthp(clock_t);
-void rmnetmachs(struct netinfo *);
-void setstatus(void);
-void slave(void) __dead2;
-void slaveack(void);
-void spreadtime(void);
-void suppress(struct sockaddr_in *, char *, struct netinfo *);
-void synch(long);
-void timevaladd(struct timeval *, struct timeval *);
-void timevalsub(struct timeval *, struct timeval *, struct timeval *);
-void traceoff(char *);
-void traceon(void);
-void xmit(int, u_int, struct sockaddr_in *);