diff options
author | David Goulet <dgoulet@torproject.org> | 2019-10-28 08:47:57 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2019-10-28 08:47:57 -0400 |
commit | b98631d28082fd17a7568d693ebe97b4986fce56 (patch) | |
tree | 55b32b992e1e6fcf9883d40c0653994be227b709 /src/lib/geoip/country.h | |
parent | 25d66a33911df8561765b58b08d691b4afd36344 (diff) | |
parent | bc4b9d7df48106cb4cba4c3a288510038d7faea3 (diff) | |
download | tor-b98631d28082fd17a7568d693ebe97b4986fce56.tar.gz tor-b98631d28082fd17a7568d693ebe97b4986fce56.zip |
Merge branch 'tor-github/pr/1476'
Diffstat (limited to 'src/lib/geoip/country.h')
-rw-r--r-- | src/lib/geoip/country.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/geoip/country.h b/src/lib/geoip/country.h index a24a1c4c0d..2bff4f4477 100644 --- a/src/lib/geoip/country.h +++ b/src/lib/geoip/country.h @@ -4,6 +4,11 @@ * Copyright (c) 2007-2019, The Tor Project, Inc. */ /* See LICENSE for licensing information */ +/** + * @file country.h + * @brief Country type for geoip. + **/ + #ifndef TOR_COUNTRY_H #define TOR_COUNTRY_H |