diff options
Diffstat (limited to 'src/interfaces/odbc/tuplelist.h')
-rw-r--r-- | src/interfaces/odbc/tuplelist.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/interfaces/odbc/tuplelist.h b/src/interfaces/odbc/tuplelist.h index 5ce2613e86a..3dc98dd78ff 100644 --- a/src/interfaces/odbc/tuplelist.h +++ b/src/interfaces/odbc/tuplelist.h @@ -28,7 +28,8 @@ struct TupleListClass_ /* Create a TupleList. Each tuple consits of fieldcnt columns */ TupleListClass *TL_Constructor(UInt4 fieldcnt); -void TL_Destructor(TupleListClass * self); -void *TL_get_fieldval(TupleListClass * self, Int4 tupleno, Int2 fieldno); -char TL_add_tuple(TupleListClass * self, TupleNode * new_field); +void TL_Destructor(TupleListClass *self); +void *TL_get_fieldval(TupleListClass *self, Int4 tupleno, Int2 fieldno); +char TL_add_tuple(TupleListClass *self, TupleNode *new_field); + #endif |