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
88580572
Commit
88580572
authored
Dec 18, 1998
by
Bob Halley
Browse files
undefine action
parent
f058f964
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/isc/include/isc/symtab.h
View file @
88580572
...
...
@@ -28,18 +28,15 @@ typedef union isc_symvalue {
}
isc_symvalue_t
;
typedef
void
(
*
isc_symtabaction_t
)(
char
*
key
,
unsigned
int
type
,
isc_symvalue_t
*
value
);
isc_symvalue_t
value
);
typedef
struct
isc_symtab
isc_symtab_t
;
isc_result_t
isc_symtab_create
(
isc_mem_t
*
mctx
,
unsigned
int
size
,
isc_symtabaction_t
undefine_action
,
isc_symtab_t
**
symtabp
);
isc_result_t
isc_symtab_onundefine
(
isc_symtab_t
*
symtab
,
unsigned
int
type
,
isc_symtabaction_t
action
);
void
isc_symtab_destroy
(
isc_symtab_t
**
symtabp
);
...
...
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