diff options
author | Naba Kumar <kh_naba@users.sourceforge.net> | 2007-03-09 15:45:27 +0000 |
---|---|---|
committer | Naba Kumar <kh_naba@users.sourceforge.net> | 2007-03-09 15:45:27 +0000 |
commit | 56d5d75f3ae3b9c0dc362363935510b1b2d4c8a2 (patch) | |
tree | f70b7a39f93154cc5bed358ce0178d35782dcb04 /libmissioncontrol/mc-manager-priv.h |
Initial import of mission-control (starting from version 4.17)
git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@1 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
Diffstat (limited to 'libmissioncontrol/mc-manager-priv.h')
-rw-r--r-- | libmissioncontrol/mc-manager-priv.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/libmissioncontrol/mc-manager-priv.h b/libmissioncontrol/mc-manager-priv.h new file mode 100644 index 00000000..4950699d --- /dev/null +++ b/libmissioncontrol/mc-manager-priv.h @@ -0,0 +1,32 @@ +/* + * This file is part of mission-control + * + * Copyright (C) 2007 Nokia Corporation. + * + * Contact: Naba Kumar <naba.kumar@nokia.com> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * version 2.1 as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA + * + */ + +#ifndef __MC_MANAGER_PRIV_H__ +#define __MC_MANAGER_PRIV_H__ + +#include "mc-protocol.h" + +McProtocol * +_mc_manager_protocol_lookup (McManager *manager, const gchar *name); + +#endif /* __MC_MANAGER_PRIV_H__ */ |