summaryrefslogtreecommitdiffstats
path: root/slv2/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'slv2/types.h')
-rw-r--r--slv2/types.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/slv2/types.h b/slv2/types.h
index d17568f..0e18d6d 100644
--- a/slv2/types.h
+++ b/slv2/types.h
@@ -84,10 +84,13 @@ typedef struct _SLV2UI* SLV2UI;
typedef void* SLV2UIs;
+/** A set of query results (conceptually a table) */
+typedef struct _SLV2Results* SLV2Results;
+
+
#ifdef __cplusplus
} /* extern "C" */
#endif
-
#endif /* __SLV2_TYPES_H__ */