aboutsummaryrefslogtreecommitdiff
path: root/man/dbfp_departure_close.pod
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2016-06-10 14:45:26 +0200
committerRobin Krahl <me@robin-krahl.de>2016-06-10 14:45:26 +0200
commitdac7446aa9c9c77d035e1059d70c95d8c4dd9e06 (patch)
tree8a28d7a654f6f077322476a71eaf2180a246a246 /man/dbfp_departure_close.pod
parent7e1c9abe13f38bf5a3ce32e6b8b6842c1f80bcda (diff)
downloaddbfp-dac7446aa9c9c77d035e1059d70c95d8c4dd9e06.tar.gz
dbfp-dac7446aa9c9c77d035e1059d70c95d8c4dd9e06.tar.bz2
man: add man pages for dbfp_query_departure, dbfp_departure_close
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)>