forked from Imagelibrary/rtems
16 lines
304 B
C
16 lines
304 B
C
/*
|
|
* webrom.c -- Compiled Web Pages
|
|
*
|
|
* Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved.
|
|
*
|
|
* See the file "license.txt" for usage and redistribution license requirements
|
|
*
|
|
* $Id$
|
|
*/
|
|
|
|
#include "wsIntrn.h"
|
|
|
|
websRomPageIndexType websRomPageIndex[] = {
|
|
{ NULL, NULL, 0, 0 },
|
|
};
|