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
2b7a38d0
Commit
2b7a38d0
authored
19 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
removed old info about curl_getdate() just simply isn't true and hasn't been
true since the getdate() parser code rewrite
parent
90e1a690
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
+3
-4
3 additions, 4 deletions
include/curl/curl.h
with
3 additions
and
4 deletions
include/curl/curl.h
+
3
−
4
View file @
2b7a38d0
...
...
@@ -1205,11 +1205,10 @@ CURL_EXTERN void curl_slist_free_all(struct curl_slist *);
* DESCRIPTION
*
* Returns the time, in seconds since 1 Jan 1970 of the time string given in
* the first argument. The time argument in the second parameter is for cases
* where the specified time is relative now, like 'two weeks' or 'tomorrow'
* etc.
* the first argument. The time argument in the second parameter is unused
* and should be set to NULL.
*/
CURL_EXTERN
time_t
curl_getdate
(
const
char
*
p
,
const
time_t
*
now
);
CURL_EXTERN
time_t
curl_getdate
(
const
char
*
p
,
const
time_t
*
unused
);
#define CURLINFO_STRING 0x100000
#define CURLINFO_LONG 0x200000
...
...
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