ndd_free


[ Synopsis | Description | Return values | Diagnostics | See also | Back to the NDD package documentation ]

Synopsis

#include "lash-ndd.h"

int ndd_free(ndd *nd);

Description

This function frees the NDD given by *nd.

Return values

This function returns 0 in the case of success, and -1 in the case of an error.

Diagnostics

LASH_ERR_NOT_INIT
The package has not been initialized.
LASH_ERR_CORRUPT
Corrupt NDD.

See also

ndd

[ Synopsis | Description | Return values | Diagnostics | See also | Back to the NDD package documentation ]