summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--storage/connect/value.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/connect/value.h b/storage/connect/value.h
index ca3bfbdf87d..32f5d5664b7 100644
--- a/storage/connect/value.h
+++ b/storage/connect/value.h
@@ -45,6 +45,7 @@ PVAL AllocateValue(PGLOBAL, void *, short);
DllExport PSZ GetTypeName(int);
DllExport int GetTypeSize(int, int);
#ifdef ODBC_SUPPORT
+/* This function is exported for use in EOM table type DLLs */
DllExport int TranslateSQLType(int stp, int prec, int& len);
#endif
DllExport char *GetFormatType(int);