Main Page | Data Structures | File List | Data Fields | Globals | Related Pages

html.h

Go to the documentation of this file.
00001 /*
00002  *  html.h
00003  *  mod_musicindex
00004  *
00005  *  $Id: html.h,v 1.15 2003/10/28 20:50:11 boudinr Exp $
00006  *
00007  *  Created by Thibaut VARENE on Thu Mar 20 2003.
00008  *  Copyright (c) 2003 Regis BOUDIN
00009  *  Copyright (c) 2003 Thibaut VARENE
00010  *  
00011  *  This program is free software; you can redistribute it and/or modify
00012  *  it under the terms of the GNU Lesser General Public License as published by
00013  *  the Free Software Foundation; either version 2.1, or (at your option)
00014  *  any later version.
00015  *
00016  */
00017 
00018 #ifndef HTML_H
00019 #define HTML_H
00020 
00021 #include "mod_musicindex.h"
00022 #include <string.h>
00023 
00024 #define MAX_PREFIX      256     
00026 char treat_args(request_rec * r, mu_config * conf);
00027 
00028 void send_url(request_rec *r, char *uri, char *command);
00029 
00030 void send_head(request_rec * r, mu_config * conf);
00031 
00032 void send_directories(request_rec * r, mu_ent *p, mu_config * conf);
00033 
00034 void send_tracks(request_rec * r, mu_ent *p, mu_config * conf);
00035 
00036 void send_playlist(request_rec * r, mu_ent *p, mu_config * conf);
00037 
00038 void send_foot(request_rec * r, mu_config * conf);
00039 
00040 void send_result(request_rec * r, mu_ent *p, mu_config * conf);
00041         
00042 #endif

Generated on Thu Oct 30 13:50:29 2003 for mod_musicindex by doxygen 1.3.4