Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
637
Issues
637
List
Boards
Labels
Service Desk
Milestones
Merge Requests
104
Merge Requests
104
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
94a1c853
Commit
94a1c853
authored
Sep 05, 2018
by
Ondřej Surý
Committed by
Ondřej Surý
Sep 05, 2018
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add C++ declarations to dns/fixedname.h
parent
5519212a
Pipeline
#4684
passed with stages
in 7 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
lib/dns/include/dns/fixedname.h
lib/dns/include/dns/fixedname.h
+5
-0
No files found.
lib/dns/include/dns/fixedname.h
View file @
94a1c853
...
...
@@ -50,6 +50,7 @@
*****/
#include <isc/buffer.h>
#include <isc/lang.h>
#include <dns/name.h>
...
...
@@ -64,6 +65,8 @@ struct dns_fixedname {
unsigned
char
data
[
DNS_NAME_MAXWIRE
];
};
ISC_LANG_BEGINDECLS
void
dns_fixedname_init
(
dns_fixedname_t
*
fixed
);
...
...
@@ -76,4 +79,6 @@ dns_fixedname_name(dns_fixedname_t *fixed);
dns_name_t
*
dns_fixedname_initname
(
dns_fixedname_t
*
fixed
);
ISC_LANG_ENDDECLS
#endif
/* DNS_FIXEDNAME_H */
Ondřej Surý
@ondrej
mentioned in commit
f24af7de
·
Sep 05, 2018
mentioned in commit
f24af7de
mentioned in commit f24af7deac421645b0bf976dfd5cbbfa32d7ece4
Toggle commit list
Ondřej Surý
@ondrej
mentioned in commit
ac21bbb1
·
Sep 05, 2018
mentioned in commit
ac21bbb1
mentioned in commit ac21bbb13a7c6d1097ce783c44dc02eec318c032
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment