summaryrefslogtreecommitdiff
path: root/libc/include/dos.h
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1998-02-01 11:26:21 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:40:14 +0200
commit48f0b3eb836162d41622cedc1eb5f5168168fb8e (patch)
treec53156383d4682a0a296f6611575dbc1d64d1881 /libc/include/dos.h
parent48798bf2eb93ec3b99720ac2e16093441156653d (diff)
downloaddev86-48f0b3eb836162d41622cedc1eb5f5168168fb8e.tar.gz
Import Dev86src-0.13.5.tar.gzv0.13.5
Diffstat (limited to 'libc/include/dos.h')
-rw-r--r--libc/include/dos.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/include/dos.h b/libc/include/dos.h
index 1e2b11e..d67e27f 100644
--- a/libc/include/dos.h
+++ b/libc/include/dos.h
@@ -24,6 +24,7 @@ void __setvect __P((int i, long j));
long __getvect __P((int vecno));
#endif
+unsigned int __get_cs __P((void));
unsigned int __get_ds __P((void));
unsigned int __get_es __P((void));
void __set_es __P((unsigned int seg));