1LIBLOC(3) LIBLOC(3)
2
3
4
6 libloc - A tool to query the IPFire Location database
7
9 #include <libloc/libloc.h>
10
11 pkg-config --cflags --libs libloc
12
14 libloc is a lightweight library which can be used to query the IPFire
15 Location database.
16
17 See
18
19 • loc_new(3)
20
21 • loc_get_log_priority(3)
22
23 • loc_set_log_priority(3)
24
25 • loc_get_log_fn(3)
26
27 • loc_database_count_as(3)
28
29 • loc_database_get_as(3)
30
31 • loc_database_get_country(3)
32
33 • loc_database_lookup(3)
34
35 • loc_database_new(3)
36
37 for more information about the functions available.
38
40 This library is free software; you can redistribute it and/or modify it
41 under the terms of the GNU Lesser General Public License as published
42 by the Free Software Foundation; either version 2.1 of the License, or
43 (at your option) any later version.
44
46 location(1)
47
49 Please report all bugs to the bugtracker at
50 https://bugzilla.ipfire.org/; refer to
51 https://wiki.ipfire.org/devel/bugzilla for details.
52
54 Michael Tremer
55
56
57
58 LIBLOC(3)