commit much of the virtualization support, stubbed out
[moon.git] / plugin / plugin-debug.h
blob3d02a7c390eb0a6ded32cab9714ebfe3645f068e
1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 /*
3 * plugin-debug.h: debugging/inspection support in the plugin
5 * Copyright 2008 Novell, Inc. (http://www.novell.com)
7 * See the LICENSE file included with the distribution for details.
9 */
11 #ifndef __MOON_PLUGIN_DEBUG_H__
12 #define __MOON_PLUGIN_DEBUG_H__
14 #include "plugin.h"
16 G_BEGIN_DECLS
18 void plugin_debug (PluginInstance *plugin);
19 void plugin_sources (PluginInstance *plugin);
21 G_END_DECLS
23 #endif /* __MOON_PLUGIN_DEBUG_H__ */