Skip to content

Commit

Permalink
add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbr committed Jan 8, 2025
1 parent 0162c83 commit 23b0f6f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions include/osm2rdf/osm/Generic.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
// Copyright 2023, University of Freiburg
// Authors: Axel Lehmann <[email protected]>.

// This file is part of osm2rdf.
//
// osm2rdf is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// osm2rdf is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with osm2rdf. If not, see <https://www.gnu.org/licenses/>.

#ifndef OSM2RDF_OSM_GENERIC_H
#define OSM2RDF_OSM_GENERIC_H

namespace osm2rdf::osm::generic {

typedef uint32_t changeset_id_t;
typedef uint8_t version_t;

} // namespace osm2rdf::osm::generic

#endif // OSM2RDF_OSM_GENERIC_H

0 comments on commit 23b0f6f

Please sign in to comment.