File: firestring_conf_find_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 (35 lines) | stat: -rw-r--r-- 903 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
25
26
27
28
29
30
31
32
33
34
35
.\" (C) 2002 Ian Gulliver
.TH firestring_conf_find_next 3 2002-03-31
.SH NAME
firestring_conf_find_next \-
retrieve an array value from a configuration structure
.SH SYNOPSIS
.B #include <firestring.h>
.br
.B -lfirestring
.LP
.BI "const char *firestring_conf_find_next(struct firestring_conf_t *" "config" ", const char *" "var" ", const char *" "prev" ")"
.SH DESCRIPTION
firestring_conf_find_next() retrieves a subsequent value
of the variable
.I var
from the configuration structure
.IR config.
.I prev
is a pointer previously returned by firestring_conf_find()
or firestring_conf_find_next().  If
.I prev
is
.IR NULL ,
firestring_conf_find_next() acts like firestring_conf_find().
.SH RETURN VALUE
Returns a
.I const char *
to the next value of the variable, or
.I NULL
if there are no further values for
.IR var .
.SH AUTHOR
Ian Gulliver <ian@penguinhosting.net>
.SH SEE ALSO
.BR libfirestring (3)