minor cosmetics

This commit is contained in:
Josh Coalson
2005-09-02 04:51:19 +00:00
parent 95e39a8fa5
commit 99ea64077c
3 changed files with 6 additions and 6 deletions

View File

@@ -15,8 +15,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifndef __HTTP_H__
#define __HTTP_H__
#ifndef FLAC__PLUGIN_XMMS__HTTP_H
#define FLAC__PLUGIN_XMMS__HTTP_H
extern int flac_http_open(gchar * url, guint64 offset);
extern void flac_http_close(void);