mirror of
https://github.com/rkd77/elinks.git
synced 2025-05-18 00:48:57 -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 |