diff options
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 $". */ |