From c96d948a4b76875c91848518aa2f55f2774a4118 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 6 Jun 2016 18:20:10 +0200 Subject: dbfp: add man pages for dbfp_init, dbfp_close --- man/dbfp_close.pod | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 man/dbfp_close.pod (limited to 'man/dbfp_close.pod') diff --git a/man/dbfp_close.pod b/man/dbfp_close.pod new file mode 100644 index 0000000..6d63bb0 --- /dev/null +++ b/man/dbfp_close.pod @@ -0,0 +1,27 @@ +=head1 NAME + +dbfp_close - cleans up the metadata for queries to the DB timetable API + +=head1 SYNOPSIS + + #include + + void dbfp_close(struct dbfp *dbfp); + +=head1 DESCRIPTION + +B cleans up a I structure and releases its allocated +resources. The structure itself is not freed. I may be NULL. + +B is a structure defined as: + + struct dbfp { + char *key; + CURL *curl; + }; + +The user does not have to deal with the fields of this structure. + +=head1 SEE ALSO + +L -- cgit v1.2.1