X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;ds=sidebyside;f=vector%2FRelation.h;h=852101a0dbd250a2f36c4aa17e76b4ceda10fc0c;hb=58de9483c458a25a691d648ce13b81227c327d03;hp=76c500210574e48fd3c1b9441074cf82d4578c88;hpb=e938f8c45fd191d96da48f65262e4efcfada7805;p=rrq%2Frrqmisc.git diff --git a/vector/Relation.h b/vector/Relation.h index 76c5002..852101a 100644 --- a/vector/Relation.h +++ b/vector/Relation.h @@ -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