X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Fgnome%2Fintf_gnome.c;h=f3de8c330e1d2d33b8e88f8c4876b5e5abb409d2;hb=583c6553f6761421260d86bbc21b5b3169c04319;hp=0934b5efab4c9ca76321938224369fd6a2e4ae47;hpb=3bb7a5371e29b608e29851b9f1366a12a3505afe;p=vlc diff --git a/plugins/gnome/intf_gnome.c b/plugins/gnome/intf_gnome.c index 0934b5efab..f3de8c330e 100644 --- a/plugins/gnome/intf_gnome.c +++ b/plugins/gnome/intf_gnome.c @@ -2,9 +2,9 @@ * intf_gnome.c: Gnome interface ***************************************************************************** * Copyright (C) 1999, 2000 VideoLAN - * $Id: intf_gnome.c,v 1.14 2001/02/20 02:53:13 stef Exp $ + * $Id: intf_gnome.c,v 1.15 2001/02/20 07:49:13 sam Exp $ * - * Authors: + * Authors: Samuel Hocevar * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,6 +21,9 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. *****************************************************************************/ +#define MODULE_NAME gnome +#include "modules_inner.h" + /***************************************************************************** * Preamble *****************************************************************************/ @@ -90,7 +93,7 @@ void g_atexit( GVoidFunc func ) * Functions exported as capabilities. They are declared as static so that * we don't pollute the namespace too much. *****************************************************************************/ -void intf_getfunctions( function_list_t * p_function_list ) +void _M( intf_getfunctions )( function_list_t * p_function_list ) { p_function_list->pf_probe = intf_Probe; p_function_list->functions.intf.pf_open = intf_Open;