bglibs
ucspi.h
1 #ifndef BGLIBS__MISC__UCSPI__H__
2 #define BGLIBS__MISC__UCSPI__H__
3 
4 extern const char* ucspi_protocol(void);
5 extern const char* ucspi_getenv(const char* name);
6 
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")
11 
12 #endif
str::s
char * s
Definition: str.h:36
trigger_set
int trigger_set(iopoll_fd *io, const char *path)
Definition: trigger_set.c:13
str::len
unsigned len
Definition: str.h:40
fmt_ucase_digits
const char fmt_ucase_digits[36]
Definition: ucase.c:4
str_realloc
#define str_realloc(S, SZ)
Definition: str.h:74
str_truncate
int str_truncate(str *s, unsigned len)
Definition: truncate.c:27
trigger_pull
void trigger_pull(const char *path)
Definition: trigger_pull.c:7
str
Definition: str.h:30