2012-05-21 11:12:37 +00:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2005-07-21 13:47:05 +00:00
|
|
|
|
|
|
|
#ifndef nsStaticComponents_h__
|
|
|
|
#define nsStaticComponents_h__
|
|
|
|
|
2010-06-10 18:11:11 +00:00
|
|
|
#include "mozilla/Module.h"
|
|
|
|
|
2005-07-21 13:47:05 +00:00
|
|
|
// These symbols are provided by nsStaticComponents.cpp, and also by other
|
|
|
|
// static component providers such as nsStaticXULComponents (libxul).
|
|
|
|
|
2010-11-07 08:25:38 +00:00
|
|
|
extern mozilla::Module const *const *const kPStaticModules[];
|
2005-07-21 13:47:05 +00:00
|
|
|
|
|
|
|
#endif
|