Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/stand/lib Add prototype for getsecs
details: https://anonhg.NetBSD.org/src/rev/dc84485e6579
branches: trunk
changeset: 471900:dc84485e6579
user: christos <christos%NetBSD.org@localhost>
date: Wed Apr 14 15:22:07 1999 +0000
description:
Add prototype for getsecs
diffstat:
sys/arch/i386/stand/lib/libi386.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 1392caf6e2e2 -r dc84485e6579 sys/arch/i386/stand/lib/libi386.h
--- a/sys/arch/i386/stand/lib/libi386.h Wed Apr 14 14:18:44 1999 +0000
+++ b/sys/arch/i386/stand/lib/libi386.h Wed Apr 14 15:22:07 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: libi386.h,v 1.8 1999/01/28 20:22:32 christos Exp $ */
+/* $NetBSD: libi386.h,v 1.9 1999/04/14 15:22:07 christos Exp $ */
/*
* Copyright (c) 1996
@@ -98,6 +98,9 @@
void bootmenu __P((void));
void docommand __P((char*));
+/* getsecs.c */
+time_t getsecs __P((void));
+
/* in "user code": */
void command_help __P((char *));
extern struct bootblk_command commands[];
Home |
Main Index |
Thread Index |
Old Index