X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fcopy.h;fp=src%2Fshared%2Fcopy.h;h=5b569543eeb67aaedf9a98311ac26e5e68567d46;hp=0000000000000000000000000000000000000000;hb=849958d1ba3533c953fad46d4d41c0ec6e48316d;hpb=cde684a2932d3c8cbb9b3374aec27a1c20ba75fa diff --git a/src/shared/copy.h b/src/shared/copy.h new file mode 100644 index 000000000..5b569543e --- /dev/null +++ b/src/shared/copy.h @@ -0,0 +1,25 @@ +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ + +#pragma once + +/*** + This file is part of systemd. + + Copyright 2014 Lennart Poettering + + systemd is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. + + systemd is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with systemd; If not, see . +***/ + +int copy_file(const char *from, const char *to, int flags, mode_t mode); +int copy_tree(const char *from, const char *to);