aboutsummaryrefslogtreecommitdiff
path: root/net/ser/files/patch-modules::postgres::dbase.h
blob: 268ec7ccc2b897b2e525a0eb7620abcb699f25f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

$FreeBSD$

--- modules/postgres/dbase.h.orig	Tue Apr  8 04:25:35 2003
+++ modules/postgres/dbase.h	Tue Apr 13 22:27:28 2004
@@ -106,4 +106,16 @@
 	      db_key_t* _uk, db_val_t* _uv, int _n, int _un);
 
 
+/*
+ * Store name of table that will be used by
+ * subsequent database functions
+ */
+int use_table(db_con_t* _h, const char* _t);
+
+int val2str(db_val_t* _v, char* _s, int* _len);
+
+int free_result(db_res_t* _r);
+
+int convert_result(db_con_t* _h, db_res_t* _r);
+
 #endif /* DBASE_H */