diff options
Diffstat (limited to 'sys/netiso/argo_debug.h')
| -rw-r--r-- | sys/netiso/argo_debug.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netiso/argo_debug.h b/sys/netiso/argo_debug.h index 1d751462bad3..40d1c0407768 100644 --- a/sys/netiso/argo_debug.h +++ b/sys/netiso/argo_debug.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)argo_debug.h 7.4 (Berkeley) 5/6/91 - * $Id: argo_debug.h,v 1.2 1993/10/16 21:04:39 rgrimes Exp $ + * $Id: argo_debug.h,v 1.3 1993/11/25 01:35:35 wollman Exp $ */ /***************************************************************** @@ -172,6 +172,7 @@ if( !(phrase) ) printf("ASSERTION NOT VALID at line %d file %s\n",__LINE__,__FIL #define D_REASS '\21' /* clnp reassembly */ +extern void Dump_buf(char *, int); char *clnp_iso_addrp(); /*********************************************** |
