1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00

[cookies] Missing file

This commit is contained in:
Witold Filipczyk 2020-05-10 21:49:39 +02:00
parent a3e84e27c7
commit 16bb37b84f

6
src/cookies/path.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef EL__COOKIES_PATH_H
#define EL__COOKIES_PATH_H
int is_path_prefix(unsigned char *d, unsigned char *s);
#endif