mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-10 14:45:35 +00:00
xr809 fixing and organziation
This commit is contained in:
@ -202,7 +202,7 @@ void http_copyCarg(const char *atin, char *to, int maxSize) {
|
||||
*to = 0;
|
||||
}
|
||||
|
||||
bool http_getArg(const char *base, const char *name, char *o, int maxSize) {
|
||||
int http_getArg(const char *base, const char *name, char *o, int maxSize) {
|
||||
*o = '\0';
|
||||
while(*base != '?') {
|
||||
if(*base == 0)
|
||||
|
||||
@ -56,7 +56,7 @@ int poststr(http_request_t *request, const char *str);
|
||||
int postany(http_request_t *request, const char *str, int len);
|
||||
void misc_formatUpTimeString(int totalSeconds, char *o);
|
||||
void HTTP_AddBuildFooter(http_request_t *request);
|
||||
bool http_getArg(const char *base, const char *name, char *o, int maxSize);
|
||||
int http_getArg(const char *base, const char *name, char *o, int maxSize);
|
||||
|
||||
// poststr with format - for results LESS THAN 128
|
||||
int hprintf128(http_request_t *request, const char *fmt, ...);
|
||||
|
||||
Reference in New Issue
Block a user