logswan

Fast Web log analyzer using probabilistic data structures
Log | Files | Refs | README | LICENSE

countries.h (418B)


      1 /*
      2  * Logswan 2.1.13
      3  * Copyright (c) 2015-2022, Frederic Cambus
      4  * https://www.logswan.org
      5  *
      6  * Created:      2015-05-31
      7  * Last Updated: 2021-02-15
      8  *
      9  * Logswan is released under the BSD 2-Clause license.
     10  * See LICENSE file for details.
     11  *
     12  * SPDX-License-Identifier: BSD-2-Clause
     13  */
     14 
     15 #ifndef COUNTRIES_H
     16 #define COUNTRIES_H
     17 
     18 extern char *countries_id[];
     19 extern char *countries_names[];
     20 
     21 #endif /* COUNTRIES */
     22