X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=cups%2Fcups-private.h;h=5fa1a242c0c1133cf3c076bf638d021722c67ea7;hp=c2380339956c9cf2798150ce8b063bb489dee5a0;hb=5180a04ce8365f7f3e6156fe7389367aee1de9b7;hpb=61e2aeb0be5e2aee6fcf7ec3dc1f1ec600f2a316 diff --git a/cups/cups-private.h b/cups/cups-private.h index c23803399..5fa1a242c 100644 --- a/cups/cups-private.h +++ b/cups/cups-private.h @@ -111,6 +111,12 @@ typedef struct _cups_globals_s /**** CUPS global state data ****/ _pwg_media_t pwg_media; /* PWG media data for custom size */ char pwg_name[65]; /* PWG media name for custom size */ + /* request.c */ + http_t *http; /* Current server connection */ + ipp_status_t last_error; /* Last IPP error */ + char *last_status_message; + /* Last IPP status-message */ + /* snmp.c */ char snmp_community[255]; /* Default SNMP community name */ @@ -128,11 +134,6 @@ typedef struct _cups_globals_s /**** CUPS global state data ****/ void *password_data; /* Password user data */ /* util.c */ - http_t *http; /* Current server connection */ - ipp_status_t last_error; /* Last IPP error */ - char *last_status_message; - /* Last IPP status-message */ - char def_printer[256]; /* Default printer */ char ppd_filename[HTTP_MAX_URI];