Revision f6db51249d4a65a159f4e66efa0c359ac89a2eee authored by Lucas Rocha on 23 January 2013, 17:54:00 UTC, committed by Lucas Rocha on 23 January 2013, 17:54:00 UTC
1 parent 856c668
Raw File
nsStaticComponents.h
/* 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/. */

#ifndef nsStaticComponents_h__
#define nsStaticComponents_h__

#include "mozilla/Module.h"

// These symbols are provided by nsStaticComponents.cpp, and also by other
// static component providers such as nsStaticXULComponents (libxul).

extern mozilla::Module const *const *const kPStaticModules[];

#endif
back to top