1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
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.
11 #ifndef __MOON_PLUGIN_DEBUG_H__
12 #define __MOON_PLUGIN_DEBUG_H__
18 void plugin_debug (PluginInstance
*plugin
);
19 void plugin_sources (PluginInstance
*plugin
);
23 #endif /* __MOON_PLUGIN_DEBUG_H__ */