Subversion Repositories mdb

Rev

Rev 4 | Rev 9 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 5
Line 22... Line 22...
22
	char User[32];				/* Run as user "User" */
22
	char User[32];				/* Run as user "User" */
23
	char Grp[32];				/* Run under group "Grp" */
23
	char Grp[32];				/* Run under group "Grp" */
24
	int port;					/* Network port to listen to */
24
	int port;					/* Network port to listen to */
25
	char Pidfile[256];			/* File name where PID is stored */
25
	char Pidfile[256];			/* File name where PID is stored */
26
	char Pathfile[256];			/* Filename of file with music directories */
26
	char Pathfile[256];			/* Filename of file with music directories */
27
	char home[256];				/* Filename of directory where to store the database. This file will be found during startup! */
27
	char home[256];				/* Filename of directory where to store the database. */
-
 
28
	char player[256];			/* Filename and path to the MP3 player mpg123 */
28
}CONFIGURE;
29
}CONFIGURE;
29
 
30
 
30
extern CONFIGURE configs;
31
extern CONFIGURE configs;
31
 
32
 
32
void readConf(void);
33
void readConf(void);