comparison libmpdemux/cookies.c @ 11585:b44bf57aef04

100l. Probably I was smoking crack while committing...
author alex
date Mon, 08 Dec 2003 13:51:00 +0000
parents 2af52902e7dc
children 96206a53e2c5
comparison
equal deleted inserted replaced
11584:7821a35b5dcc 11585:b44bf57aef04
12 #include <unistd.h> 12 #include <unistd.h>
13 #include <sys/types.h> 13 #include <sys/types.h>
14 #include <dirent.h> 14 #include <dirent.h>
15 15
16 #include "cookies.h" 16 #include "cookies.h"
17 #include "http.c" 17 #include "http.h"
18 #include "mp_msg.h" 18 #include "mp_msg.h"
19 19
20 #define MAX_COOKIES 20 20 #define MAX_COOKIES 20
21 21
22 char *cookies_file = NULL; 22 char *cookies_file = NULL;