]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/ipp.c
Drop old private APIs that are no longer used/supported.
[thirdparty/cups.git] / scheduler / ipp.c
index fc61141285bb685078b12f695115df5796d0207c..5f53193b6bd33a6b2b9c29265b470c0d596e7c1c 100644 (file)
@@ -2184,8 +2184,8 @@ add_job_uuid(cupsd_job_t *job)            /* I - Job */
 
   if (!ippFindAttribute(job->attrs, "job-uuid", IPP_TAG_URI))
     ippAddString(job->attrs, IPP_TAG_JOB, IPP_TAG_URI, "job-uuid", NULL,
-                _httpAssembleUUID(ServerName, RemotePort, job->dest, job->id,
-                                  uuid, sizeof(uuid)));
+                httpAssembleUUID(ServerName, RemotePort, job->dest, job->id,
+                                 uuid, sizeof(uuid)));
 }