lqr_carver_set_progress(3) set the progress report function for an LqrCarver object

SYNOPSIS


#include <lqr.h>

void lqr_carver_set_progress(LqrCarver* carver, LqrProgress* p);

DESCRIPTION

The function lqr_carver_set_progress associates the progress indicator pointed to by progress to the LqrCarver object pointed to by carver. Progress indicators objects are created with the function lqr_progress_new(3).

By default, no progress indicator is used.

COPYRIGHT

Copyright © 2007-2009 Carlo Baldassi