mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-08 10:38:05 -04:00
44 lines
679 B
Modula-2
44 lines
679 B
Modula-2
LIBRARY libisccfg
|
|
|
|
; Exported Functions
|
|
EXPORTS
|
|
|
|
cfg_parser_create
|
|
cfg_parser_setcallback
|
|
cfg_parse_file
|
|
cfg_parse_buffer
|
|
cfg_parser_destroy
|
|
cfg_obj_isvoid
|
|
cfg_obj_ismap
|
|
cfg_map_get
|
|
cfg_map_getname
|
|
cfg_obj_istuple
|
|
cfg_tuple_get
|
|
cfg_obj_isuint32
|
|
cfg_obj_asuint32
|
|
cfg_obj_isuint64
|
|
cfg_obj_asuint64
|
|
cfg_obj_isstring
|
|
cfg_obj_asstring
|
|
cfg_obj_isboolean
|
|
cfg_obj_asboolean
|
|
cfg_obj_issockaddr
|
|
cfg_obj_assockaddr
|
|
cfg_obj_isnetprefix
|
|
cfg_obj_asnetprefix
|
|
cfg_obj_islist
|
|
cfg_list_first
|
|
cfg_list_next
|
|
cfg_listelt_value
|
|
cfg_obj_istype
|
|
cfg_obj_destroy
|
|
cfg_obj_log
|
|
cfg_check_namedconf
|
|
cfg_check_key
|
|
cfg_log_init
|
|
|
|
|
|
|
|
; Exported Data
|
|
|
|
;cfg_type_rndcconf
|