summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1988-06-29 12:33:14 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1988-06-29 12:33:14 +0000
commit4aec721b9ef06f2057cf0eab0cdc676702967709 (patch)
tree085ca2220e9ef481098af983698a4b2e3e53ca24
parentf2fef2828c2a95404dff200ec0516a7bcccbb31a (diff)
declare Z_RemQueue()
-rw-r--r--h/zephyr/zephyr_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/h/zephyr/zephyr_internal.h b/h/zephyr/zephyr_internal.h
index 947f007..2942cc7 100644
--- a/h/zephyr/zephyr_internal.h
+++ b/h/zephyr/zephyr_internal.h
@@ -6,7 +6,7 @@
* $Source$
* $Author$
*
- * Copyright (c) 1987 by the Massachusetts Institute of Technology.
+ * Copyright (c) 1987,1988 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
@@ -89,5 +89,6 @@ extern long random();
extern struct _Z_InputQ *Z_GetFirstComplete();
extern struct _Z_InputQ *Z_GetNextComplete();
extern Code_t Z_XmitFragment();
+extern void Z_RemQueue();
#endif !__ZINTERNAL_H__