Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
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
Browse files
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
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