aboutsummaryrefslogtreecommitdiff
path: root/man/dbfp_departure_close.pod
diff options
context:
space:
mode:
Diffstat (limited to 'man/dbfp_departure_close.pod')
-rw-r--r--man/dbfp_departure_close.pod20
1 files changed, 20 insertions, 0 deletions
diff --git a/man/dbfp_departure_close.pod b/man/dbfp_departure_close.pod
new file mode 100644
index 0000000..c18faca
--- /dev/null
+++ b/man/dbfp_departure_close.pod
@@ -0,0 +1,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)>