1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00: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