mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
6 lines
118 B
C
6 lines
118 B
C
|
#ifndef EL__COOKIES_PATH_H
|
||
|
#define EL__COOKIES_PATH_H
|
||
|
|
||
|
int is_path_prefix(unsigned char *d, unsigned char *s);
|
||
|
|
||
|
#endif
|