aboutsummaryrefslogtreecommitdiff
path: root/man/dbfp_location_close.pod
blob: 212066865cc524e3945316039f0f82b4af1100a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
=head1 NAME

dbfb_location_close - cleans up the data stored for a location returned by the
DB timetable API

=head1 SYNOPSIS

    #include <dbfp.h>

    void dbfp_location_close(struct dbfp_location *location);

=head1 DESCRIPTION

B<dbfp_location_close> cleans up a I<dbfp_location> structure and releases
its allocated resources.  The structure itself is not freed.  I<location>
may be NULL.

=head1 SEE ALSO

L<dbfp_query_location(3)>