#ifndef EL__COOKIES_PATH_H #define EL__COOKIES_PATH_H #ifdef __cplusplus extern "C" { #endif int is_path_prefix(char *d, char *s); #ifdef __cplusplus } #endif #endif