X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=scheduler%2Fdirsvc.h;fp=scheduler%2Fdirsvc.h;h=cc4eb20476cc2988069fe3831068476b71f2d89a;hb=10d09e334a4892cd5ed4e2a2a0f5bbe3c8c171ed;hp=c17a2540671187a979826f2967edfa4bd0f08e5d;hpb=6c48a6cafc078a698d97c82c1dd69ac9f850c0ce;p=thirdparty%2Fcups.git diff --git a/scheduler/dirsvc.h b/scheduler/dirsvc.h index c17a25406..cc4eb2047 100644 --- a/scheduler/dirsvc.h +++ b/scheduler/dirsvc.h @@ -1,10 +1,9 @@ /* * "$Id: dirsvc.h 7933 2008-09-11 00:44:58Z mike $" * - * Directory services definitions for the Common UNIX Printing System - * (CUPS) scheduler. + * Directory services definitions for the CUPS scheduler. * - * Copyright 2007-2009 by Apple Inc. + * Copyright 2007-2010 by Apple Inc. * Copyright 1997-2007 by Easy Software Products, all rights reserved. * * These coded instructions, statements, and computer programs are the @@ -62,7 +61,7 @@ typedef struct typedef struct { - cupsd_authmask_t from; /* Source address/name mask */ + cups_array_t *from; /* Source address/name mask(s) */ http_addr_t to; /* Destination address */ } cupsd_dirsvc_relay_t;