summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@csail.mit.edu>2016-06-17 16:39:51 -0400
committerGravatar Adam Chlipala <adamc@csail.mit.edu>2016-06-17 16:39:51 -0400
commit5ac04f029f2876284e8af10275bdd63e75fc90e7 (patch)
treea8a6ad5188dbfc5425825a73c19a659c9c7c8520 /include
parent6dad7c645d8fdb7b7237c89ff7b34e90adbb86b1 (diff)
Prepare Postgres code for NULL error fields
Diffstat (limited to 'include')
-rw-r--r--include/urweb/urweb_cpp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/urweb/urweb_cpp.h b/include/urweb/urweb_cpp.h
index 48cfa784..0d5f5e0e 100644
--- a/include/urweb/urweb_cpp.h
+++ b/include/urweb/urweb_cpp.h
@@ -430,4 +430,6 @@ uw_Sqlcache_Value *uw_Sqlcache_check(struct uw_context *, uw_Sqlcache_Cache *, c
void *uw_Sqlcache_store(struct uw_context *, uw_Sqlcache_Cache *, char **, uw_Sqlcache_Value *);
void *uw_Sqlcache_flush(struct uw_context *, uw_Sqlcache_Cache *, char **);
+int strcmp_nullsafe(const char *, const char *);
+
#endif