DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

udi_buf_path_free(3udi)


Buffer path handle deallocation

SYNOPSIS

#include <udi.h>

void udi_buf_path_free ( udi_buf_path_t buf_path );
 

ARGUMENTS path is a buffer path handle to be deallocated.

DESCRIPTION The udi_buf_path_free call is used to deallocate a buffer path handle when it will no longer be used by the driver.

REFERENCES udi_buf_path_alloc, udi_buf_copy, udi_buf_path_t


UDI Core Specification Contents