patch #7498
[mldonkey.git] / src / utils / mp3tagui / mp3tagui.ml
blob443d8a9f316a1e2e5b8295d2c92665f346be7d53
1 (**************************************************************************)
2 (* Copyright 2003, 2002 b8_bavard, b8_zoggy, , b52_simon INRIA *)
3 (* *)
4 (* This file is part of mldonkey. *)
5 (* *)
6 (* mldonkey is free software; you can redistribute it and/or modify *)
7 (* it under the terms of the GNU General Public License as published *)
8 (* by the Free Software Foundation; either version 2 of the License, *)
9 (* or (at your option) any later version. *)
10 (* *)
11 (* mldonkey is distributed in the hope that it will be useful, *)
12 (* but WITHOUT ANY WARRANTY; without even the implied warranty of *)
13 (* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *)
14 (* GNU General Public License for more details. *)
15 (* *)
16 (* You should have received a copy of the GNU General Public License *)
17 (* along with mldonkey; if not, write to the Free Software *)
18 (* Foundation, Inc., 59 Temple Place, Suite 330, Boston, *)
19 (* MA 02111-1307 USA *)
20 (* *)
21 (**************************************************************************)
23 type id3 = Mp3_ui.id3 =
25 | V2
26 | Both
28 let edit_file = Mp3_ui.edit_file
30 let edit_tag_v1 = Mp3_ui.edit_tag_v1
31 let edit_tag_v2 = Mp3_ui.edit_tag_v2