]> git.ipfire.org Git - people/ms/libloc.git/blob - man/libloc.txt
lua: Fix raising an exception if no network was found
[people/ms/libloc.git] / man / libloc.txt
1 = libloc(3)
2
3 == Name
4
5 libloc - 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
17 Location database.
18
19 See
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
31 for more information about the functions available.
32
33 == Copying
34
35 Copyright (C) 2022 {author}. +
36 This library is free software; you can redistribute it and/or modify it under the terms
37 of the GNU Lesser General Public License as published by the Free Software Foundation;
38 either version 2.1 of the License, or (at your option) any later version.
39
40 == See Also
41
42 link:location[1]
43
44 == Bug Reports
45
46 Please report all bugs to the bugtracker at https://bugzilla.ipfire.org/;
47 refer to https://wiki.ipfire.org/devel/bugzilla for details.
48
49 == Authors
50
51 Michael Tremer