X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=cgi-bin%2Fhelp-index.h;h=c486fba05a1c62ca498ac5b9466ecf1d62554ee9;hb=998a43a0ddc6fa4675e31c5d7fb61736e6a78125;hp=c7cbe2b54db57099819215d3b75b1f76e4b48e88;hpb=f7deaa1a21758ec90bf23314af018481ea8aea7f;p=thirdparty%2Fcups.git diff --git a/cgi-bin/help-index.h b/cgi-bin/help-index.h index c7cbe2b54..c486fba05 100644 --- a/cgi-bin/help-index.h +++ b/cgi-bin/help-index.h @@ -1,25 +1,10 @@ /* - * "$Id: help-index.h 6257 2007-02-11 01:11:57Z mike $" + * Online help index definitions for CUPS. * - * On-line help index definitions for the Common UNIX Printing System (CUPS). + * Copyright 2007-2011 by Apple Inc. + * Copyright 1997-2007 by Easy Software Products. * - * Copyright 1997-2007 by Easy Software Products. - * - * These coded instructions, statements, and computer programs are the - * property of Easy Software Products 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 please contact Easy Software Products - * at: - * - * Attn: CUPS Licensing Information - * Easy Software Products - * 44141 Airport View Drive, Suite 204 - * Hollywood, Maryland 20636 USA - * - * Voice: (301) 373-9600 - * EMail: cups-info@cups.org - * WWW: http://www.cups.org + * Licensed under Apache License v2.0. See the file "LICENSE" for more information. */ #ifndef _CUPS_HELP_INDEX_H_ @@ -32,6 +17,14 @@ # include +/* + * C++ magic... + */ + +# ifdef __cplusplus +extern "C" { +# endif /* __cplusplus */ + /* * Data structures... */ @@ -77,8 +70,8 @@ extern help_index_t *helpSearchIndex(help_index_t *hi, const char *query, const char *filename); -#endif /* !_CUPS_HELP_INDEX_H_ */ +# ifdef __cplusplus +} +# endif /* __cplusplus */ -/* - * End of "$Id: help-index.h 6257 2007-02-11 01:11:57Z mike $". - */ +#endif /* !_CUPS_HELP_INDEX_H_ */