]> git.ipfire.org Git - location/debian/libloc.git/blame - man/libloc.txt
Update upstream source from tag 'upstream/0.9.16'
[location/debian/libloc.git] / man / libloc.txt
CommitLineData
1f2c3ccb
JS
1= libloc(3)
2
3== Name
4
5libloc - A tool to query the IPFire Location database
6
7== Synopsis
8[verse]
9
10#include <libloc/libloc.h>
11
12`pkg-config --cflags --libs libloc`
13
14== Description
15
16`libloc` is a lightweight library which can be used to query the IPFire
17Location database.
18
19See
20
21 * link:loc_new[3]
22 * link:loc_get_log_priority[3]
23 * link:loc_set_log_priority[3]
24 * link:loc_get_log_fn[3]
25 * link:loc_database_count_as[3]
26 * link:loc_database_get_as[3]
27 * link:loc_database_get_country[3]
28 * link:loc_database_lookup[3]
29 * link:loc_database_new[3]
30
31for more information about the functions available.
32
33== Copying
34
35Copyright (C) 2022 {author}. +
36This library is free software; you can redistribute it and/or modify it under the terms
37of the GNU Lesser General Public License as published by the Free Software Foundation;
38either version 2.1 of the License, or (at your option) any later version.
39
40== See Also
41
b1863b64 42link:location[1]
1f2c3ccb
JS
43
44== Bug Reports
45
46Please report all bugs to the bugtracker at https://bugzilla.ipfire.org/;
47refer to https://wiki.ipfire.org/devel/bugzilla for details.
48
49== Authors
50
51Michael Tremer