diff options
author | Didier Raboud <odyx@debian.org> | 2012-10-25 21:07:57 +0200 |
---|---|---|
committer | Didier Raboud <odyx@debian.org> | 2012-10-25 21:07:57 +0200 |
commit | 81ab83f382660bc7980ae954725c4ebf28764b03 (patch) | |
tree | 523268f698a63a8fd44f3491d94d140266b2403b /cgi-bin/makedocset.c | |
parent | a75966e33dbc3e3e096338fd332f515cb313b58a (diff) | |
download | cups-upstream/1.6.0.tar.gz |
Imported Upstream version 1.6.0upstream/1.6.0
Diffstat (limited to 'cgi-bin/makedocset.c')
-rw-r--r-- | cgi-bin/makedocset.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cgi-bin/makedocset.c b/cgi-bin/makedocset.c index a87f9cee..4868b879 100644 --- a/cgi-bin/makedocset.c +++ b/cgi-bin/makedocset.c @@ -1,9 +1,9 @@ /* - * "$Id: makedocset.c 9793 2011-05-20 03:49:49Z mike $" + * "$Id: makedocset.c 10507 2012-05-23 22:39:50Z mike $" * * Xcode documentation set generator. * - * Copyright 2007-2011 by Apple Inc. + * Copyright 2007-2012 by Apple Inc. * Copyright 1997-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the @@ -31,7 +31,7 @@ * Include necessary headers... */ -#include "cgi.h" +#include "cgi-private.h" #include <errno.h> @@ -482,5 +482,5 @@ write_nodes(const char *path, /* I - File to write */ /* - * End of "$Id: makedocset.c 9793 2011-05-20 03:49:49Z mike $". + * End of "$Id: makedocset.c 10507 2012-05-23 22:39:50Z mike $". */ |