1999-04-23 21:56:01 +00:00
|
|
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
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/. */
|
1999-04-28 22:51:28 +00:00
|
|
|
|
|
|
|
#ifndef __netCore_h__
|
|
|
|
#define __netCore_h__
|
|
|
|
|
2012-07-27 14:03:27 +00:00
|
|
|
#include "nsError.h"
|
2002-10-06 03:20:40 +00:00
|
|
|
|
2000-07-25 05:45:56 +00:00
|
|
|
// Where most necko status messages come from:
|
|
|
|
#define NECKO_MSGS_URL "chrome://necko/locale/necko.properties"
|
|
|
|
|
1999-06-12 07:14:12 +00:00
|
|
|
#endif // __netCore_h__
|