X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=scheduler%2Ffilter.c;h=5596d623ccd0f2c9ebb1ad56fc4d37d39ae39959;hb=7cc71486c92af6fa25f98848ea25f3f6413a8273;hp=8ec2c42b12583cd8a7a2ad9b80b583dcdcf1c70b;hpb=57b7b66b58a66426494ec13ffb18f730afeab8b5;p=thirdparty%2Fcups.git diff --git a/scheduler/filter.c b/scheduler/filter.c index 8ec2c42b1..5596d623c 100644 --- a/scheduler/filter.c +++ b/scheduler/filter.c @@ -4,11 +4,7 @@ * Copyright 2007-2011 by Apple Inc. * Copyright 1997-2007 by Easy Software Products, all rights reserved. * - * These coded instructions, statements, and computer programs are the - * property of Apple Inc. and are protected by Federal copyright - * law. Distribution and use rights are outlined in the file "LICENSE.txt" - * which should have been included with this file. If this file is - * missing or damaged, see the license at "http://www.cups.org/". + * Licensed under Apache License v2.0. See the file "LICENSE" for more information. */ /* @@ -16,10 +12,17 @@ */ #include -#include #include "mime.h" +/* + * Debug macros that used to be private API... + */ + +#define DEBUG_puts(x) +#define DEBUG_printf(...) + + /* * Local types... */