2002-03-21 23:47:46 +00:00
|
|
|
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
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/. */
|
2002-03-21 23:47:46 +00:00
|
|
|
|
|
|
|
#ifndef nsCategoryManagerUtils_h__
|
|
|
|
#define nsCategoryManagerUtils_h__
|
|
|
|
|
|
|
|
#include "nsICategoryManager.h"
|
|
|
|
|
2011-08-18 13:46:39 +00:00
|
|
|
void
|
2002-07-18 05:09:10 +00:00
|
|
|
NS_CreateServicesFromCategory(const char *category,
|
|
|
|
nsISupports *origin,
|
|
|
|
const char *observerTopic);
|
|
|
|
|
2002-03-21 23:47:46 +00:00
|
|
|
#endif
|