mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 10:12:09 -04:00
add int to function declaration typedefs
This commit is contained in:
parent
f044f20f15
commit
cf7f5036cb
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@
|
|||
prohibited.
|
||||
*/
|
||||
|
||||
typedef (*KIT_ADD_INFO) PROTO_LIST ((B_Key *, POINTER));
|
||||
typedef (*KIT_MAKE_INFO) PROTO_LIST ((POINTER *, B_Key *));
|
||||
typedef int (*KIT_ADD_INFO) PROTO_LIST ((B_Key *, POINTER));
|
||||
typedef int (*KIT_MAKE_INFO) PROTO_LIST ((POINTER *, B_Key *));
|
||||
|
||||
/* The definition in C++ is:
|
||||
class B_KeyInfoType {
|
||||
|
|
|
|||
Loading…
Reference in a new issue