X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fjournal%2Fmicrohttpd-util.h;fp=src%2Fjournal%2Fmicrohttpd-util.h;h=d4fefa72d3b26465fbd359012683818518a2d318;hb=e64690a85772fc77ba9e825333eb1ced5a202ad1;hp=0000000000000000000000000000000000000000;hpb=858634ff0e158757dfd630f4da72e790a42e60dd;p=elogind.git diff --git a/src/journal/microhttpd-util.h b/src/journal/microhttpd-util.h new file mode 100644 index 000000000..d4fefa72d --- /dev/null +++ b/src/journal/microhttpd-util.h @@ -0,0 +1,26 @@ +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ + +/*** + This file is part of systemd. + + Copyright 2012 Zbigniew Jędrzejewski-Szmek + + 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 . +***/ + +#pragma once + +#include + +void microhttpd_logger(void *arg, const char *fmt, va_list ap);