From 972295f80a96e3928be426edf607cbdd3990a2d9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 24 Dec 2008 13:51:47 +0100 Subject: Rename parent_dirname_talloc() to parent_dirname() --- source3/lib/util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/lib/util.c') 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; -- cgit