Retry only for https protocol
[elinks.git] / src / util / env.h
blob4b40be894237e071fda922669e1afde24f647052
1 #ifndef EL__UTIL_ENV_H
2 #define EL__UTIL_ENV_H
5 int env_set(unsigned char *name, unsigned char *value, int len);
7 #endif