0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-05-18 00:48:57 -04:00
elinks/src/cookies/path.h
2020-05-10 21:49:39 +02:00

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