source: rtems/cpukit/httpd/webrom.c @ ee75aad

4.104.115
Last change on this file since ee75aad was 3eb32351, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/07/08 at 18:07:30

Add missing initializers.

  • Property mode set to 100644
File size: 304 bytes
Line 
1/*
2 * webrom.c -- Compiled Web Pages
3 *
4 * Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved.
5 *
6 * See the file "license.txt" for usage and redistribution license requirements
7 *
8 * $Id$
9 */
10
11#include "wsIntrn.h"
12
13websRomPageIndexType websRomPageIndex[] = {
14  { NULL, NULL, 0, 0 },
15};
Note: See TracBrowser for help on using the repository browser.