20 lines
526 B
C
20 lines
526 B
C
/*
|
|
Copyright (C) 2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
|
|
|
This library is free software; you can redistribute it and/or
|
|
modify it under the terms of the GNU Lesser General Public
|
|
License as published by the Free Software Foundation; either
|
|
version 2.1 of the License, or (at your option) any later version.
|
|
|
|
See the file COPYING for the full license text.
|
|
*/
|
|
|
|
|
|
#ifndef __COOKIE_MANAGER_H__
|
|
#define __COOKIE_MANAGER_H__
|
|
|
|
|
|
#define STOCK_COOKIE_MANAGER "cookie-manager"
|
|
|
|
|
|
#endif /* __COOKIE_MANAGER_H__ */
|