X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Ftypesx.h;h=4720c2d315e162d10bdab3f76f3de9ca4af0b024;hb=a5b34ad069a52ff6cf981f01667d102292988811;hp=25a350dd5690856035508db696787b324408cebc;hpb=20283c6cf5c6951cc1f2787492c67a7fb72aee9a;p=routino diff --git a/src/typesx.h b/src/typesx.h index 25a350d..4720c2d 100644 --- a/src/typesx.h +++ b/src/typesx.h @@ -1,11 +1,11 @@ /*************************************** - $Header: /home/amb/routino/src/RCS/typesx.h,v 1.3 2009/10/09 18:47:40 amb Exp $ + $Header: /home/amb/routino/src/RCS/typesx.h,v 1.4 2010/09/17 17:42:21 amb Exp $ Type definitions for eXtended types. Part of the Routino routing software. ******************/ /****************** - This file Copyright 2008,2009 Andrew M. Bishop + This file Copyright 2008-2010 Andrew M. Bishop This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by @@ -37,6 +37,9 @@ typedef uint32_t node_t; /*+ A way identifier - must be at least as large as index_t. +*/ typedef uint32_t way_t; +/*+ A relation identifier - must be at least as large as index_t. +*/ +typedef uint32_t relation_t; + /* Data structures */ @@ -52,5 +55,9 @@ typedef struct _WayX WayX; typedef struct _WaysX WaysX; +typedef struct _RouteRelX RouteRelX; + +typedef struct _RelationsX RelationsX; + #endif /* TYPESX_H */