2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

Fixes for QoS support.

This commit is contained in:
James Brister
2001-07-10 20:36:06 +00:00
parent 0db87765e3
commit f3fe382d68
5 changed files with 82 additions and 54 deletions

View File

@@ -2390,6 +2390,9 @@ extern struct hash_table *lease_hw_addr_hash;
extern omapi_object_type_t *dhcp_type_host;
extern int numclasseswritten;
isc_result_t enter_class PROTO ((struct class *, int, int));
isc_result_t delete_class PROTO ((struct class *, int));
isc_result_t enter_host PROTO ((struct host_decl *, int, int));