X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fjournal-remote%2Fmicrohttpd-util.h;h=c43d7f75a36fab11345c4ebe7aa575ca192b5d5c;hp=4186da888e12fa083bf78343f0aaa19dcd484743;hb=ed6d629a3487105e31415db9e175dd698ac20125;hpb=1e4e7b71e1938daa9b2b9718a9f54c69017a9ef5 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);