Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
d37a9c4f
Commit
d37a9c4f
authored
15 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
removed Curl_http_header_append() prototype as it isn't used anymore, the
function was moved to http.c and was made static and renamed
parent
88944eb1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/http.h
+1
-5
1 addition, 5 deletions
lib/http.h
with
1 addition
and
5 deletions
lib/http.h
+
1
−
5
View file @
d37a9c4f
...
...
@@ -8,7 +8,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* Copyright (C) 1998 - 200
9
, Daniel Stenberg, <daniel@haxx.se>, et al.
* Copyright (C) 1998 - 20
1
0, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
...
...
@@ -125,10 +125,6 @@ struct HTTP {
points to an allocated send_buffer struct */
};
CURLcode
Curl_http_header_append
(
struct
SessionHandle
*
data
,
struct
SingleRequest
*
k
,
size_t
length
);
CURLcode
Curl_http_readwrite_headers
(
struct
SessionHandle
*
data
,
struct
connectdata
*
conn
,
struct
SingleRequest
*
k
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment