summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/stand.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/lib/libsa/stand.h')
-rw-r--r--sys/lib/libsa/stand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/lib/libsa/stand.h b/sys/lib/libsa/stand.h
index 75c92df9c52..63f9b738e6b 100644
--- a/sys/lib/libsa/stand.h
+++ b/sys/lib/libsa/stand.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: stand.h,v 1.56 2013/12/28 02:51:07 deraadt Exp $ */
+/* $OpenBSD: stand.h,v 1.57 2014/07/12 21:54:58 jasper Exp $ */
/* $NetBSD: stand.h,v 1.18 1996/11/30 04:35:51 gwr Exp $ */
/*-
@@ -185,6 +185,7 @@ void cnputc(int);
int cngetc(void);
int cnischar(void);
int cnspeed(dev_t, int);
+int getchar(void);
u_int sleep(u_int);
void usleep(u_int);
char *ctime(const time_t *);