mod_musicindex  1.4.1
playlist-mp4.h
Go to the documentation of this file.
1 /*
2  * playlist-mp4.h
3  * mod_musicindex
4  *
5  * $Id: playlist-mp4.h 1010 2012-08-07 13:38:34Z varenet $
6  *
7  * Created by Thibaut VARENE on Tue Sep 2 2004.
8  * Copyright (c) 2004 Thibaut VARENE
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_MP4_H
17 #define _PLAYLIST_MP4_H
18 
19 #include "mod_musicindex.h"
20 
21 mu_ent *make_mp4_entry(request_rec *r, apr_pool_t *pool, FILE *const in,
22  const char *const filename);
23 
24 #endif /* _PLAYLIST_MP4_H */