1 #ifndef BGLIBS__MISC__UCSPI__H__
2 #define BGLIBS__MISC__UCSPI__H__
4 extern const char* ucspi_protocol(
void);
5 extern const char* ucspi_getenv(
const char* name);
7 #define ucspi_localip() ucspi_getenv("LOCALIP")
8 #define ucspi_localhost() ucspi_getenv("LOCALHOST")
9 #define ucspi_remoteip() ucspi_getenv("REMOTEIP")
10 #define ucspi_remotehost() ucspi_getenv("REMOTEHOST")
char * s
Definition: str.h:36
int trigger_set(iopoll_fd *io, const char *path)
Definition: trigger_set.c:13
unsigned len
Definition: str.h:40
const char fmt_ucase_digits[36]
Definition: ucase.c:4
#define str_realloc(S, SZ)
Definition: str.h:74
int str_truncate(str *s, unsigned len)
Definition: truncate.c:27
void trigger_pull(const char *path)
Definition: trigger_pull.c:7