File: firestring_conf_parse_next.3

package info (click to toggle)
firedns 0.9.12-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,192 kB
  • ctags: 322
  • sloc: ansic: 4,026; sh: 964; makefile: 6
file content (24 lines) | stat: -rw-r--r-- 731 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.\" (C) 2002 Ian Gulliver
.TH firestring_conf_parse_next 3 2002-11-11
.SH NAME
firestring_conf_parse_next \-
add on to a previously parsed file
.SH SYNOPSIS
.B #include <firestring.h>
.br
.B -lfirestring
.LP
.BI "struct firestring_conf_t *firestring_conf_parse_next(const char *" "filename" ", struct firestring_conf_t *" "previous" ")"
.SH DESCRIPTION
firestring_conf_parse_next() attempts to read a configuration from
.I filename
and add the results to the previous values, overriding that are already set.
.SH RETURN VALUE
Returns a pointer to a structure containing the data read from
the config file, or
.I NULL
if the file cannot be opened.
.SH AUTHOR
Ian Gulliver <ian@penguinhosting.net>
.SH SEE ALSO
.BR libfirestring (3)