summaryrefslogtreecommitdiffstats
path: root/lib/util/xfile.h
Commit message (Collapse)AuthorAgeFilesLines
* lib/util: Clean up includes for xfile.[ch]Martin Schwenke2014-10-041-0/+6
| | | | | | | | | | | | The include files added to xfile.h are already included unconditionally elsewhere (replace.h, samba_util.h, ...) so Samba can't be built without them. To minimise dependencies, only include specific util headers instead of samba_util.h. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Jeremy Allison <jra@samba.org>
* lib/util: make it possible to use debug.h with using xfile.hStefan Metzmacher2008-12-171-1/+1
| | | | metze
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-0/+2
| | | | remove some unused functions.
* Make sure x_fdup compiles on Samba 4.Jelmer Vernooij2008-10-111-1/+1
|
* Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-111-0/+99
Conflicts: source4/Makefile