]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/printers.c
Drop old private APIs that are no longer used/supported.
[thirdparty/cups.git] / scheduler / printers.c
index 4a7d96876a0bacff7b0f16a2caa0173ff6aa98b9..b4781769ef23699c73b250ea5c3680d307477c2f 100644 (file)
@@ -131,8 +131,8 @@ cupsdAddPrinter(const char *name)   /* I - Name of printer */
   httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL,
                   ServerName, RemotePort, "/printers/%s", name);
   cupsdSetString(&p->uri, uri);
-  cupsdSetString(&p->uuid, _httpAssembleUUID(ServerName, RemotePort, name, 0,
-                                             uuid, sizeof(uuid)));
+  cupsdSetString(&p->uuid, httpAssembleUUID(ServerName, RemotePort, name, 0,
+                                            uuid, sizeof(uuid)));
   cupsdSetDeviceURI(p, "file:///dev/null");
 
   p->state      = IPP_PRINTER_STOPPED;