@@ -13,10 +13,12 @@ .BI "lc_err_t lc_geterrno(void);" .BI "char *lc_geterrstr(void);" +.BI "void lc_geterrstr(const char *" errstr ");" + .SH DESCRIPTION Libconfig is a library to provide easy access to configuration data in a consistent and logical manner. Variables (registered through .BR lc_register_var (3) or .BR lc_register_callback (3)) @@ -75,8 +77,9 @@ .SH "SEE ALSO" .BR lc_register_var (3), .BR lc_register_callback (3), .BR lc_geterr (3), .BR lc_geterrstr (3), +.BR lc_seterrstr (3), .BR lc_cleanup (3), .BR lc_process (3), .BR lc_process_file (3)