summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-07-08 16:02:19 +0200
committerMichael Adam <obnox@samba.org>2009-07-15 14:01:38 +0200
commit804d3f897be01e9088deefe807cd06fe194c5d58 (patch)
tree710acdaed9d47055a8c47301a5b8e88ba7a06f83 /source3/include/proto.h
parent5b594c695884aebdfbb199549901fea954122929 (diff)
downloadsamba-804d3f897be01e9088deefe807cd06fe194c5d58.tar.gz
samba-804d3f897be01e9088deefe807cd06fe194c5d58.tar.bz2
samba-804d3f897be01e9088deefe807cd06fe194c5d58.zip
s3:dbwrap: add dbwrap_delete_bystring_upper()
To delete a key whose name is not given in but stored in uppercase. Michael
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 74cedcec18..4bc4cd197b 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -457,6 +457,7 @@ NTSTATUS dbwrap_trans_delete_bystring(struct db_context *db, const char *key);
NTSTATUS dbwrap_trans_do(struct db_context *db,
NTSTATUS (*action)(struct db_context *, void *),
void *private_data);
+NTSTATUS dbwrap_delete_bystring_upper(struct db_context *db, const char *key);
/* The following definitions come from lib/debug.c */