diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-03-24 21:53:03 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-03-24 21:53:03 +0000 |
commit | 30b32d2ccbf95436b642e6208d6829dcf68981fa (patch) | |
tree | 481af37a46b22473db7cadf280a6b5466136d726 /include | |
parent | 455c9e455d124e3359d8f9e16ffe111178589e6f (diff) |
prerelease work
Diffstat (limited to 'include')
-rw-r--r-- | include/mach/message.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mach/message.h b/include/mach/message.h index 8f1860f..d640286 100644 --- a/include/mach/message.h +++ b/include/mach/message.h @@ -438,6 +438,9 @@ mach_msg #endif /* LINTLIBRARY */ #endif /* c_plusplus || __STDC__ */ +extern typeof (mach_msg) __mach_msg; +extern typeof (mach_msg_trap) __mach_msg_trap; + /* Definitions for the old IPC interface. */ |