aboutsummaryrefslogtreecommitdiff
path: root/net/ser/files/patch-modules::postgres::dbase.h
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2004-10-17 19:22:13 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2004-10-17 19:22:13 +0000
commit7db5b3a33ff2376453c5c3613aaf923401dbf56e (patch)
tree64cf4a974e0c1906f057ed75ec0fb0337d05668b /net/ser/files/patch-modules::postgres::dbase.h
parent5db6fe3f0f64b07624639605374e054aaf5ef8e2 (diff)
downloadports-7db5b3a33ff2376453c5c3613aaf923401dbf56e.tar.gz
ports-7db5b3a33ff2376453c5c3613aaf923401dbf56e.zip
Update to 0.8.14.
Notes
Notes: svn path=/head/; revision=119689
Diffstat (limited to 'net/ser/files/patch-modules::postgres::dbase.h')
-rw-r--r--net/ser/files/patch-modules::postgres::dbase.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/ser/files/patch-modules::postgres::dbase.h b/net/ser/files/patch-modules::postgres::dbase.h
new file mode 100644
index 000000000000..268ec7ccc2b8
--- /dev/null
+++ b/net/ser/files/patch-modules::postgres::dbase.h
@@ -0,0 +1,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 */