1. NAME

xdr_terminate_string - Aq\0Aq-terminate a string residing in an xdr_buf

2. SYNOPSIS

void xdr_terminate_string(struct xdr_buf *  buf , const u32  len );

3. ARGUMENTS

buf
    XDR buffer where string resides

len
    length of string, in bytes

4. COPYRIGHT