diff options
Diffstat (limited to 'src/sord_internal.h')
-rw-r--r-- | src/sord_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sord_internal.h b/src/sord_internal.h index 86ee958..517f405 100644 --- a/src/sord_internal.h +++ b/src/sord_internal.h @@ -23,6 +23,8 @@ #include "sord/sord.h" +typedef intptr_t SordCount; ///< Count of nodes or triples + /** Node */ struct _SordNode { SordNodeType type; ///< SordNodeType |