X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fjournal-remote%2Fmicrohttpd-util.h;h=c43d7f75a36fab11345c4ebe7aa575ca192b5d5c;hb=becb1a6e9deabad529c8bc1c90eb7d947505695b;hp=4186da888e12fa083bf78343f0aaa19dcd484743;hpb=1e4e7b71e1938daa9b2b9718a9f54c69017a9ef5;p=elogind.git diff --git a/src/journal-remote/microhttpd-util.h b/src/journal-remote/microhttpd-util.h index 4186da888..c43d7f75a 100644 --- a/src/journal-remote/microhttpd-util.h +++ b/src/journal-remote/microhttpd-util.h @@ -41,7 +41,7 @@ int mhd_respond(struct MHD_Connection *connection, int mhd_respond_oom(struct MHD_Connection *connection); -int check_permissions(struct MHD_Connection *connection, int *code); +int check_permissions(struct MHD_Connection *connection, int *code, char **hostname); #ifdef HAVE_GNUTLS void log_func_gnutls(int level, const char *message);