mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
add int to function declaration typedefs
This commit is contained in:
@@ -6,8 +6,8 @@
|
|||||||
prohibited.
|
prohibited.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
typedef (*KIT_ADD_INFO) PROTO_LIST ((B_Key *, POINTER));
|
typedef int (*KIT_ADD_INFO) PROTO_LIST ((B_Key *, POINTER));
|
||||||
typedef (*KIT_MAKE_INFO) PROTO_LIST ((POINTER *, B_Key *));
|
typedef int (*KIT_MAKE_INFO) PROTO_LIST ((POINTER *, B_Key *));
|
||||||
|
|
||||||
/* The definition in C++ is:
|
/* The definition in C++ is:
|
||||||
class B_KeyInfoType {
|
class B_KeyInfoType {
|
||||||
|
Reference in New Issue
Block a user