summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-12-24 13:51:47 +0100
committerVolker Lendecke <vl@samba.org>2008-12-31 19:33:25 +0100
commit972295f80a96e3928be426edf607cbdd3990a2d9 (patch)
tree0142539debab9528d7b0d8ab82cb62b2e4de4183 /source3/lib/util.c
parent9b79181f1508b8a126a48511232205abe456e923 (diff)
downloadsamba-972295f80a96e3928be426edf607cbdd3990a2d9.tar.gz
samba-972295f80a96e3928be426edf607cbdd3990a2d9.tar.bz2
samba-972295f80a96e3928be426edf607cbdd3990a2d9.zip
Rename parent_dirname_talloc() to parent_dirname()
Diffstat (limited to 'source3/lib/util.c')
-rw-r--r--source3/lib/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c
index 2c4cd20f31..d00a764c1d 100644
--- a/source3/lib/util.c
+++ b/source3/lib/util.c
@@ -2334,8 +2334,8 @@ const char *shlib_ext(void)
Given a filename - get its directory name
********************************************************************/
-bool parent_dirname_talloc(TALLOC_CTX *mem_ctx, const char *dir,
- char **parent, const char **name)
+bool parent_dirname(TALLOC_CTX *mem_ctx, const char *dir, char **parent,
+ const char **name)
{
char *p;
ptrdiff_t len;