]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib/http: Remove unused structure
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 19 Apr 2023 03:44:11 +0000 (15:44 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 5 May 2023 02:54:31 +0000 (02:54 +0000)
This is just a typo of â€˜struct loadparm_context’.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
libcli/http/http.h

index f2196031f0321a919e2cee59013e0ca386d8448a..89415470134296e531beb9f24ee0aae29116a516 100644 (file)
@@ -46,7 +46,6 @@
 #define HTTP_MAX_HEADER_SIZE   0x1FFFF
 
 struct cli_credentials;
-struct loadparm_ctx;
 
 enum http_cmd_type {
        HTTP_REQ_GET            = 1 << 0,