Diff

Differences From Artifact [eb760dc316]:

To Artifact [4d781cbd7f]:


1

2
3

4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25








1
2

3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19






20
21
22
23
24
25
26
-
+

-
+
















-
-
-
-
-
-
+
+
+
+
+
+
+
.TH LC_GETERRSTR 3 "25 Oct 04" "@PACKAGE_STRING@"
.TH LC_SETERRSTR 3 "25 Oct 04" "@PACKAGE_STRING@"
.SH NAME
lc_geterrstr \- Set an error message from a callback.
lc_seterrstr \- Set an error message from a callback.

.SH SYNOPSIS
.B #include <libconfig.h>
.sp
.BI "void lc_seterrstr(const char *" errstr ");"

.SH DESCRIPTION
The
.BR lc_seterrstr (3)
function sets a human readable error message to be returned by
.BR lc_geterrstr (3)
function when an error is returned from a callback function.  The value is ignored if the error is not related to a callback.

.SH "SEE ALSO"
.BR libconfig (3),
.BR lc_register_var (3),
.BR lc_register_callback (3),
.BR lc_geterrno (3),
.BR lc_geterrstr (3),
.BR lc_cleanup (3),
.BR lc_process_file (3),
.BR lc_process (3)
.BR lc_register_callback (3),                          
.BR lc_geterrno (3),                                                                                                           
.BR lc_geterrstr (3),                                                                                                          
.BR lc_handle_type (3),
.BR lc_process (3),                                                                                                            
.BR lc_process_file (3),                                                                                                       
.BR lc_cleanup (3)