summaryrefslogtreecommitdiff
path: root/libwaitress/src/waitress.h
diff options
context:
space:
mode:
Diffstat (limited to 'libwaitress/src/waitress.h')
-rw-r--r--libwaitress/src/waitress.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libwaitress/src/waitress.h b/libwaitress/src/waitress.h
index d8c379d..0dab545 100644
--- a/libwaitress/src/waitress.h
+++ b/libwaitress/src/waitress.h
@@ -64,8 +64,8 @@ void WaitressSetProxy (WaitressHandle_t *, const char *, const char *);
char *WaitressUrlEncode (const char *);
char WaitressSplitUrl (const char *, char *, size_t, char *, size_t, char *,
size_t);
-inline char WaitressSetUrl (WaitressHandle_t *, const char *);
-inline void WaitressSetHPP (WaitressHandle_t *, const char *, const char *,
+char WaitressSetUrl (WaitressHandle_t *, const char *);
+void WaitressSetHPP (WaitressHandle_t *, const char *, const char *,
const char *);
WaitressReturn_t WaitressFetchBuf (WaitressHandle_t *, char **);
WaitressReturn_t WaitressFetchCall (WaitressHandle_t *);