SYNOPSIS

#include <util/neo_err.h>

NEOERR *nerr_register (NERR_TYPE *err, const char *name);

ARGUMENTS

err - pointer to a NERR_TYPE

name - pretty name for the error type

DESCRIPTION

register an error type. This will assign a numeric value to the type, and keep track of the "pretty name" for it.

RELATED TO nerr_register…