aboutsummaryrefslogtreecommitdiff
path: root/src/httpSString.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/httpSString.h')
-rw-r--r--src/httpSString.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/httpSString.h b/src/httpSString.h
index 170261d..6ab1a28 100644
--- a/src/httpSString.h
+++ b/src/httpSString.h
@@ -22,7 +22,7 @@ extern "C"
int HTTP_SendString(httpRequest *request, const String* message);
SSBOOL HTTP_GetHeaderValueString(const httpRequest *request,
- const String *header, String *value);
+ const String *header, String *value);
#ifdef __cplusplus
}
#endif