Differences From Artifact [72b9664bc6]:
- File lc_geterrstr.3.in — part of check-in [5eff930a35] at 2004-11-24 23:40:13 on branch trunk — Updated man pages. Updated Makefile.in to delete new man pages. Updated configure.ac to check for fopen_net() instead of open_net(). (user: rkeene, size: 1254) [annotate] [blame] [check-ins using]
- File lc_seterrstr.3.in — part of check-in [9f254f7f02] at 2006-12-16 17:06:07 on branch trunk — Subversion to Fossil Copy Commit. Please Ignore. Recording copying lc_geterrstr.3.in to lc_seterrstr.3.in. (user: rkeene, size: 1254) [annotate] [blame] [check-ins using]
To Artifact [36f9da08c6]:
- File lc_geterrstr.3.in — part of check-in [f953f16a77] at 2006-12-16 17:06:08 on branch trunk — Added an lc_seterrstr() function (user: rkeene, size: 1295) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
49 50 51 52 53 54 55 56 57 58 59 60 61 | } return(EXIT_SUCCESS); } .fi .SH "SEE ALSO" .BR lc_register_var (3), .BR lc_register_callback (3), .BR lc_geterrno (3), .BR lc_cleanup (3), .BR lc_process_file (3), .BR lc_process (3) | > > | 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | } return(EXIT_SUCCESS); } .fi .SH "SEE ALSO" .BR libconfig (3), .BR lc_register_var (3), .BR lc_register_callback (3), .BR lc_seterrstr (3), .BR lc_geterrno (3), .BR lc_cleanup (3), .BR lc_process_file (3), .BR lc_process (3) |