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
9f92657f
Commit
9f92657f
authored
20 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
Gisle corrected two comments
parent
9f341f9c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/hostip.c
+3
-3
3 additions, 3 deletions
lib/hostip.c
lib/hostip.h
+3
-3
3 additions, 3 deletions
lib/hostip.h
with
6 additions
and
6 deletions
lib/hostip.c
+
3
−
3
View file @
9f92657f
...
...
@@ -185,9 +185,9 @@ int Curl_num_addresses(const Curl_addrinfo *addr)
}
/*
* Curl_printable_address() returns a printable version of the 1st
*
address
given in the
2nd
argument. The result will be stored in
*
the buf that is
bufsize bytes big.
* Curl_printable_address() returns a printable version of the 1st
address
* given in the
'ip'
argument. The result will be stored in
the buf that is
* bufsize bytes big.
*
* If the conversion fails, it returns NULL.
*/
...
...
This diff is collapsed.
Click to expand it.
lib/hostip.h
+
3
−
3
View file @
9f92657f
...
...
@@ -136,9 +136,9 @@ void Curl_hostent_relocate(struct hostent *h, long offset);
Curl_addrinfo
*
Curl_addrinfo_copy
(
Curl_addrinfo
*
orig
);
/*
* Curl_printable_address() returns a printable version of the
*
1st address
given in the
2nd
argument. The result will be stored
*
in the buf that is
bufsize bytes big.
* Curl_printable_address() returns a printable version of the
1st address
* given in the
'ip'
argument. The result will be stored
in the buf that is
* bufsize bytes big.
*/
const
char
*
Curl_printable_address
(
const
Curl_ipconnect
*
ip
,
char
*
buf
,
size_t
bufsize
);
...
...
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