Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
firestring_conf_parse_next(Library Functions Manufirestring_conf_parse_next(3)

NAME
       firestring_conf_parse_next - add	on to a	previously parsed file

SYNOPSIS
       #include	<firestring.h>
       -lfirestring

       struct  firestring_conf_t *firestring_conf_parse_next(const char	*file-
       name, struct firestring_conf_t *previous)

DESCRIPTION
       firestring_conf_parse_next() attempts  to  read	a  configuration  from
       filename	 and  add  the results to the previous values, overriding that
       are already set.

RETURN VALUE
       Returns a pointer to a structure	containing the data read from the con-
       fig file, or NULL if the	file cannot be opened.

AUTHOR
       Ian Gulliver <ian@penguinhosting.net>

SEE ALSO
       libfirestring(3)

				  2002-11-11	 firestring_conf_parse_next(3)

NAME | SYNOPSIS | DESCRIPTION | RETURN VALUE | AUTHOR | SEE ALSO

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=firestring_conf_parse_next&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>

home | help