Cleanup Tuple to allow self-typing.
[rrq/rrqmisc.git] / vector / Relation.h
index 76c500210574e48fd3c1b9441074cf82d4578c88..852101a0dbd250a2f36c4aa17e76b4ceda10fc0c 100644 (file)
@@ -91,7 +91,7 @@ extern int Relation_add_constraint(Relation *r,...);
  *
  * \related Relation
  */
-extern Vector *Relation_add(Relation *r,tuple *t);
+extern Vector *Relation_add(Relation *r,Tuple *t);
 
 /**
  * \brief Delete all tuples matching to the Query \ref tuple fromt the
@@ -109,7 +109,7 @@ extern Vector *Relation_add(Relation *r,tuple *t);
  *
  * \related Relation
  */
-extern Vector *Relation_delete(Relation *r,tuple *Query);
+extern Vector *Relation_delete(Relation *r,Tuple *query);
 
 /**
  * \brief Return the next \ref tuple in the \ref Relation that matches
@@ -126,7 +126,7 @@ extern Vector *Relation_delete(Relation *r,tuple *Query);
  *
  * \related Relation
  */
-extern void *Relation_next(Relation *r,VectorIndex *index,tuple *Query);
+extern void *Relation_next(Relation *r,VectorIndex *index,Tuple *query);
 
 /**
  * \brief Lay out a dynamic \ref Relation initializer for a Relation