0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-06-30 22:19:29 -04:00
elinks/src/cookies/path.h

6 lines
118 B
C
Raw Normal View History

2020-05-10 21:49:39 +02:00
#ifndef EL__COOKIES_PATH_H
#define EL__COOKIES_PATH_H
int is_path_prefix(unsigned char *d, unsigned char *s);
#endif