mod_musicindex  1.4.1
playlist-mp3.h
Go to the documentation of this file.
1 /*
2  * playlist-mp3.h
3  * mod_musicindex
4  *
5  * $Id: playlist-mp3.h 1010 2012-08-07 13:38:34Z varenet $
6  *
7  * Created by Regis BOUDIN on Thu Jan 22 2004.
8  * Copyright (c) 2003-2004 Regis BOUDIN
9  * Copyright (c) 2003-2004 Thibaut VARENE
10  *
11  * This program is free software; you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 2.1,
13  * as published by the Free Software Foundation.
14  *
15  */
16 
17 #ifndef PLAYLIST_MP3_H
18 #define PLAYLIST_MP3_H
19 
20 #include "mod_musicindex.h"
21 
22 mu_ent *make_mp3_entry(request_rec *r, apr_pool_t *pool, FILE *const in,
23  const char *const filename);
24 #endif