9 lines
67 B
C
9 lines
67 B
C
|
#ifndef _COOKIE_H
|
||
|
#define _COOKIE_H
|
||
|
|
||
|
|
||
|
char *Cookie(void);
|
||
|
|
||
|
#endif
|
||
|
|