From 37d77caa3c262c99ce3697224c1423e293d420ee Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 29 Aug 2008 14:48:39 +0200 Subject: const pointers Yet another patch which converts pointer arguments to "const". --- src/tag_id3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tag_id3.h') diff --git a/src/tag_id3.h b/src/tag_id3.h index 4701502f..807dbfb3 100644 --- a/src/tag_id3.h +++ b/src/tag_id3.h @@ -28,6 +28,6 @@ struct id3_tag; struct tag *tag_id3_import(struct id3_tag *); #endif -struct tag *tag_id3_load(char *file); +struct tag *tag_id3_load(const char *file); #endif -- cgit v1.2.3