File: mozilla-cookie.h

package info (click to toggle)
galeon 2.0.2-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 19,212 kB
  • ctags: 9,891
  • sloc: ansic: 77,793; cpp: 15,301; sh: 8,961; xml: 5,761; makefile: 888
file content (17 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * mozilla-cookie.h
 *
 * Copyright (C) 2003 Tommi Komulainen <tommi.komulainen@iki.fi>
 * Available under the terms of the GNU General Public License version 2.
 */ 

#ifndef MOZILLA_COOKIE_H
#define MOZILLA_COOKIE_H 1

#include "cookie-info.h"

class nsICookie;

CookieInfo	*mozilla_cookie_to_info (nsICookie *aCookie);

#endif /* MOZILLA_COOKIE_H */