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
ce9c2e6d
Commit
ce9c2e6d
authored
25 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
Added the WRITEINFO tag
parent
b0936b80
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/curl/curl.h
+7
-12
7 additions, 12 deletions
include/curl/curl.h
with
7 additions
and
12 deletions
include/curl/curl.h
+
7
−
12
View file @
ce9c2e6d
#ifndef __URL_H
#define __URL_H
#ifndef __
C
URL_H
#define __
C
URL_H
/*****************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
...
...
@@ -112,14 +112,6 @@
#define CONF_LDAP (1<<31)
/* LDAP:// protocol */
#ifdef MULTIDOC
struct
MoreDoc
{
struct
MoreDoc
*
next
;
/* next entry in the list */
char
*
path
;
/* pointer to allocated path */
FILE
*
store
;
/* where to put the doc */
};
#endif
struct
HttpHeader
{
struct
HttpHeader
*
next
;
/* next entry in the list */
char
*
header
;
/* pointer to allocated line without newline */
...
...
@@ -136,7 +128,6 @@ struct HttpPost {
#define HTTPPOST_FILENAME (1<<0)
/* specified content is a file name */
};
/* All possible error codes from this version of urlget(). Future versions
may return other values, stay prepared. */
...
...
@@ -369,6 +360,10 @@ typedef enum {
/* send linked-list of post-transfer QUOTE commands */
T
(
POSTQUOTE
,
OBJECTPOINT
,
39
),
/* Pass a pointer to string of the output using full variable-replacement
as described elsewhere. */
T
(
WRITEINFO
,
OBJECTPOINT
,
40
),
URGTAG_LASTENTRY
/* the last unusued */
}
UrgTag
;
...
...
@@ -423,7 +418,7 @@ char *curl_GetEnv(char *variable);
char
*
curl_version
(
void
);
/* This is the version number */
#define LIBCURL_VERSION "6.
3.
1"
#define LIBCURL_VERSION "6.
5pre
1"
/* linked-list structure for QUOTE */
struct
curl_slist
{
...
...
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