diff options
author | John Kohl <jtkohl@mit.edu> | 1988-06-17 13:10:06 +0000 |
---|---|---|
committer | John Kohl <jtkohl@mit.edu> | 1988-06-17 13:10:06 +0000 |
commit | 3c27a27f80d398a238499acca9b5f9813dcb5653 (patch) | |
tree | 33f6beb2dfe2412c891d78024d6867e578b3736a /zhm | |
parent | 41850bbb7649e36b426ee7e8c3c03965c47ee207 (diff) |
add send_outgoing
Diffstat (limited to 'zhm')
-rw-r--r-- | zhm/zhm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ #define MAXRETRIES 2 extern char *malloc(); +extern Code_t send_outgoing(); #ifdef vax #define MACHINE "vax" |