#ifndef SHARED_COOKIE_H
#define SHARED_COOKIE_H


int parse_cookie(char *key);
void set_cookie(const char *key, const char *path1, const char *path2);

#endif

