* Add a separate option log_dir for the log directory.

This commit is contained in:
Justin Maggard
2010-10-27 00:51:39 +00:00
parent b66f85936f
commit bd22632840
6 changed files with 25 additions and 2 deletions

View File

@ -123,6 +123,7 @@ extern char dlna_no_conv[];
#define FRIENDLYNAME_MAX_LEN (64)
extern char friendly_name[];
extern char db_path[];
extern char log_path[];
extern struct media_dir_s * media_dirs;
extern struct album_art_name_s * album_art_names;
extern struct client_cache_s clients[CLIENT_CACHE_SLOTS];