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