~ubuntu-branches/ubuntu/raring/flac/raring

« back to all changes in this revision

Viewing changes to src/plugin_xmms/configure.h

  • Committer: Bazaar Package Importer
  • Author(s): Joshua Kwan
  • Date: 2007-05-29 22:56:36 UTC
  • mto: (8.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20070529225636-p8lkii0r0kp50pns
Tags: upstream-1.1.4
ImportĀ upstreamĀ versionĀ 1.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* libxmms-flac - XMMS FLAC input plugin
2
 
 * Copyright (C) 2002,2003,2004,2005  Daisuke Shimamura
 
2
 * Copyright (C) 2002,2003,2004,2005,2006  Daisuke Shimamura
3
3
 *
4
4
 * Based on mpg123 plugin
5
5
 *
18
18
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
19
19
 */
20
20
 
21
 
#ifndef __CONFIGURE_H__
22
 
#define __CONFIGURE_H__
 
21
#ifndef FLAC__PLUGIN_XMMS__CONFIGURE_H
 
22
#define FLAC__PLUGIN_XMMS__CONFIGURE_H
23
23
 
24
24
#include <glib.h>
25
25
 
39
39
                gint proxy_port;
40
40
                gboolean proxy_use_auth;
41
41
                gchar *proxy_user;
42
 
                gchar   *proxy_pass;
 
42
                gchar *proxy_pass;
43
43
                gboolean save_http_stream;
44
44
                gchar *save_http_path;
45
45
                gboolean cast_title_streaming;
69
69
extern flac_config_t flac_cfg;
70
70
 
71
71
extern void FLAC_XMMS__configure(void);
72
 
extern void FLAC_XMMS__aboutbox();
 
72
extern void FLAC_XMMS__aboutbox(void);
73
73
 
74
74
#endif
75
75