From 6401a3c235703b15b60a94290c360d9280cbf026 Mon Sep 17 00:00:00 2001 From: yuuki-hirano Date: Wed, 25 Sep 2019 14:59:03 +0900 Subject: [PATCH] Additional change --- cups/cups-private.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cups/cups-private.h b/cups/cups-private.h index f1b052a..2d538be 100644 --- a/cups/cups-private.h +++ b/cups/cups-private.h @@ -267,7 +267,8 @@ extern const char *_cupsGSSServiceName(void) _CUPS_PRIVATE; extern int _cupsNextDelay(int current, int *previous) _CUPS_PRIVATE; extern void _cupsSetDefaults(void) _CUPS_INTERNAL; extern void _cupsSetError(ipp_status_t status, const char *message, int localize) _CUPS_PRIVATE; -extern void _cupsSetHTTPError(http_status_t status) _CUPS_INTERNAL; +/* 07/12/2019 Mopria-notice: Eliminate _CUPS_INTERNAL for use. */ +extern void _cupsSetHTTPError(http_status_t status); # ifdef HAVE_GSSAPI extern int _cupsSetNegotiateAuthString(http_t *http, const char *method, const char *resource) _CUPS_PRIVATE; # endif /* HAVE_GSSAPI */