summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/lobj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/odbc/lobj.h')
-rw-r--r--src/interfaces/odbc/lobj.h23
1 files changed, 11 insertions, 12 deletions
diff --git a/src/interfaces/odbc/lobj.h b/src/interfaces/odbc/lobj.h
index fa28542b0ad..4d720488a01 100644
--- a/src/interfaces/odbc/lobj.h
+++ b/src/interfaces/odbc/lobj.h
@@ -1,4 +1,3 @@
-
/* File: lobj.h
*
* Description: See "lobj.c"
@@ -24,17 +23,17 @@ struct lo_arg
} u;
};
-#define LO_CREAT 957
-#define LO_OPEN 952
-#define LO_CLOSE 953
-#define LO_READ 954
-#define LO_WRITE 955
-#define LO_LSEEK 956
-#define LO_TELL 958
-#define LO_UNLINK 964
-
-#define INV_WRITE 0x00020000
-#define INV_READ 0x00040000
+#define LO_CREAT 957
+#define LO_OPEN 952
+#define LO_CLOSE 953
+#define LO_READ 954
+#define LO_WRITE 955
+#define LO_LSEEK 956
+#define LO_TELL 958
+#define LO_UNLINK 964
+
+#define INV_WRITE 0x00020000
+#define INV_READ 0x00040000
Oid lo_creat(ConnectionClass *conn, int mode);
int lo_open(ConnectionClass *conn, int lobjId, int mode);