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

dbfb_departure_close - cleans up the data stored for a departure returned by
the DB timetable API

=head1 SYNOPSIS

    #include <dbfp.h>

    void dbfp_dparture_close(struct dbfp_dparture *departure);

=head1 DESCRIPTION

B<dbfp_departure_close> cleans up a I<dbfp_departure> structure and releases
its allocated resources.  The structure itself is not freed.  I<departure>
may be NULL.

=head1 SEE ALSO

L<dbfp_query_departure(3)>