diff options
Diffstat (limited to 'src/interfaces/odbc/tuplelist.h')
-rw-r--r-- | src/interfaces/odbc/tuplelist.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/interfaces/odbc/tuplelist.h b/src/interfaces/odbc/tuplelist.h index 5097cc6fdc8..0f0bdb42ffb 100644 --- a/src/interfaces/odbc/tuplelist.h +++ b/src/interfaces/odbc/tuplelist.h @@ -1,14 +1,14 @@ -
-/* File: tuplelist.h
- *
- * Description: See "tuplelist.c"
- *
- * Important Note: This structure and its functions are ONLY used in building manual result
- * sets for info functions (SQLTables, SQLColumns, etc.)
- *
- * Comments: See "notice.txt" for copyright and license information.
- *
- */
+ +/* File: tuplelist.h + * + * Description: See "tuplelist.c" + * + * Important Note: This structure and its functions are ONLY used in building manual result + * sets for info functions (SQLTables, SQLColumns, etc.) + * + * Comments: See "notice.txt" for copyright and license information. + * + */ #ifndef __TUPLELIST_H__ #define __TUPLELIST_H__ |