Rename Necronda server to Sesimos
This commit is contained in:
		| @@ -1,13 +1,13 @@ | ||||
| /** | ||||
|  * Necronda Web Server | ||||
|  * sesimos - secure, simple, modern web server | ||||
|  * MaxMind GeoIP Database interface (header file) | ||||
|  * src/lib/geoip.h | ||||
|  * Lorenz Stechauner, 2021-05-04 | ||||
|  */ | ||||
|  | ||||
|  | ||||
| #ifndef NECRONDA_SERVER_GEOIP_H | ||||
| #define NECRONDA_SERVER_GEOIP_H | ||||
| #ifndef SESIMOS_GEOIP_H | ||||
| #define SESIMOS_GEOIP_H | ||||
|  | ||||
| #include <maxminddb.h> | ||||
|  | ||||
| @@ -15,4 +15,4 @@ | ||||
|  | ||||
| MMDB_entry_data_list_s *mmdb_json(MMDB_entry_data_list_s *list, char *str, long *str_off, long str_len); | ||||
|  | ||||
| #endif //NECRONDA_SERVER_GEOIP_H | ||||
| #endif //SESIMOS_GEOIP_H | ||||
|   | ||||
		Reference in New Issue
	
	Block a user