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

« back to all changes in this revision

Viewing changes to src/plugin_xmms/http.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:
15
15
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
16
16
 */
17
17
 
18
 
#ifndef __HTTP_H__
19
 
#define __HTTP_H__
 
18
#ifndef FLAC__PLUGIN_XMMS__HTTP_H
 
19
#define FLAC__PLUGIN_XMMS__HTTP_H
20
20
 
21
 
extern int flac_http_open(gchar * url, guint64 offset);
 
21
extern int flac_http_open(const gchar * url, guint64 offset);
22
22
extern void flac_http_close(void);
23
23
extern int flac_http_read(gpointer data, gint length);
24
24