]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/main.c
Load cups into easysw/current.
[thirdparty/cups.git] / scheduler / main.c
index b0b581cdec8980676b126e0cf67eac709a3de541..b325a413916c837837c237c79b3b1f59c6cf56af 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: main.c 5216 2006-03-02 17:47:53Z mike $"
+ * "$Id: main.c 5231 2006-03-05 17:22:27Z mike $"
  *
  *   Scheduler main loop for the Common UNIX Printing System (CUPS).
  *
@@ -980,7 +980,7 @@ main(int  argc,                             /* I - Number of command-line args */
                      mem.fsmblks + mem.fordblks);
 #endif /* HAVE_MALLINFO */
 
-      string_count = _cups_sp_statistics(&alloc_bytes, &total_bytes);
+      string_count = _cupsStrStatistics(&alloc_bytes, &total_bytes);
       cupsdLogMessage(CUPSD_LOG_DEBUG2,
                       "stringpool: " CUPS_LLFMT " strings, "
                      CUPS_LLFMT " allocated, " CUPS_LLFMT " total bytes",
@@ -2313,5 +2313,5 @@ usage(int status)                 /* O - Exit status */
 
 
 /*
- * End of "$Id: main.c 5216 2006-03-02 17:47:53Z mike $".
+ * End of "$Id: main.c 5231 2006-03-05 17:22:27Z mike $".
  */