From: Frank Mori Hess Date: Thu, 6 Mar 2003 19:04:18 +0000 (+0000) Subject: added return value for comedi_apply_calibration() X-Git-Tag: r0_7_21~242 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0536b89f422a25d7916b2c78c9c5ebd6623b7f12;p=comedilib.git added return value for comedi_apply_calibration() --- diff --git a/doc/funcref b/doc/funcref index 545a068..612bcc9 100644 --- a/doc/funcref +++ b/doc/funcref @@ -850,4 +850,6 @@ Description: If file_path is NULL, then comedilib will use its the default file location. The calibration information used by this function is generated by the comedi_calibrate program (see its man page). +Returns: + Zero on success, a negative number on failure.