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
16215e80
Commit
16215e80
authored
23 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
-
parent
658c7e8a
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
include/curl/curl.h
+2
-9
2 additions, 9 deletions
include/curl/curl.h
with
2 additions
and
9 deletions
include/curl/curl.h
+
2
−
9
View file @
16215e80
...
...
@@ -84,7 +84,7 @@ typedef size_t (*curl_read_callback)(char *buffer,
void
*
instream
);
typedef
int
(
*
curl_passwd_callback
)(
void
*
clientp
,
char
*
prompt
,
const
char
*
prompt
,
char
*
buffer
,
int
buflen
);
...
...
@@ -286,11 +286,6 @@ typedef enum {
is simply passed to the callback unmodified */
CINIT
(
WRITEHEADER
,
OBJECTPOINT
,
29
),
#ifdef MULTIDOC
/* send linked list of MoreDoc structs */
CINIT
(
MOREDOCS
,
OBJECTPOINT
,
30
),
#endif
/* point to a file to read the initial cookies from, also enables
"cookie awareness" */
CINIT
(
COOKIEFILE
,
OBJECTPOINT
,
31
),
...
...
@@ -511,10 +506,8 @@ CURLcode curl_global_init(long flags);
that uses libcurl */
void
curl_global_cleanup
(
void
);
/* This is the version number */
#define LIBCURL_VERSION "7.8.1-pre
3
"
#define LIBCURL_VERSION "7.8.1-pre
5
"
#define LIBCURL_VERSION_NUM 0x070801
/* linked-list structure for the CURLOPT_QUOTE option (and other) */
...
...
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