File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- #ifndef OSM2PGSQL_FLEX_EXPIRE_CONFIG_HPP
2
- #define OSM2PGSQL_FLEX_EXPIRE_CONFIG_HPP
1
+ #ifndef OSM2PGSQL_EXPIRE_CONFIG_HPP
2
+ #define OSM2PGSQL_EXPIRE_CONFIG_HPP
3
3
4
4
/* *
5
5
* SPDX-License-Identifier: GPL-2.0-or-later
@@ -45,4 +45,4 @@ struct expire_config_t
45
45
46
46
}; // struct expire_config_t
47
47
48
- #endif // OSM2PGSQL_FLEX_EXPIRE_CONFIG_HPP
48
+ #endif // OSM2PGSQL_EXPIRE_CONFIG_HPP
Original file line number Diff line number Diff line change 1
- #ifndef OSM2PGSQL_LUA_CONFIG_HPP
2
- #define OSM2PGSQL_LUA_CONFIG_HPP
1
+ #ifndef OSM2PGSQL_LUA_SETUP_HPP
2
+ #define OSM2PGSQL_LUA_SETUP_HPP
3
3
4
4
/* *
5
5
* SPDX-License-Identifier: GPL-2.0-or-later
@@ -17,4 +17,4 @@ struct lua_State;
17
17
void setup_lua_environment (lua_State *lua_state, std::string const &filename,
18
18
bool append_mode);
19
19
20
- #endif // OSM2PGSQL_LUA_CONFIG_HPP
20
+ #endif // OSM2PGSQL_LUA_SETUP_HPP
You can’t perform that action at this time.
0 commit comments