lib: Separate out xx_path() & callers
authorVolker Lendecke <vl@samba.org>
Sun, 13 Dec 2015 15:32:52 +0000 (16:32 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 14 Dec 2015 19:23:13 +0000 (20:23 +0100)
commit640870ee2089536d2f7bda035668c96e8b364e54
tree417e701df65a8a50a4309733669d2fb869d3ec35
parentc281573399584228e2a1b567a5507f459c94f6ad
lib: Separate out xx_path() & callers

We should not have to #include proto.h just for cache_path() or so

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/proto.h
source3/lib/util.c
source3/lib/util_path.c [new file with mode: 0644]
source3/lib/util_path.h [new file with mode: 0644]
source3/wscript_build