home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser-CD 2001 January / LCD_01_2001.iso / develop / cookies / c / cookies.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-05-03  |  666 b   |  18 lines

  1. /* Filename                    : Cookies.h - Definitions for cookies.C
  2.  * Number of functions    : 4
  3.  * Version                    : 1.01
  4.  * Author                    : Nicolas Richeton ( nicolas.richeton@free.fr )
  5.  * Last update                : 20/04/2000
  6.  * Statut                    : Freeware
  7.  * Downloaded from        : http://nicosoft.free.atari.fr
  8.  * Comments                    : Based on the work of Thomas Much
  9.  * History                    : 20/04/2000 - Added LDG version
  10.  *                        16/02/2000 - First version
  11.  */
  12.  
  13.  
  14. /* Definition */
  15. EXTERN    COOKIE    *Cookie_GetCookieJar( VOID );
  16. EXTERN    ULONG    Cookie_GetCookie( ULONG id, ULONG *value);
  17. EXTERN    ULONG    Cookie_NewCookie( ULONG id, ULONG value);
  18. EXTERN    ULONG    Cookie_RemoveCookie( ULONG id);