mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 06:15:55 +00:00
[master]
Modify the class and subclass code to allow for dynamic addition and removal of subclasses. See 27452 for details.
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
Definitions for the object management API and protocol... */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (c) 2009,2013 by Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (c) 1996-2003 by Internet Software Consortium
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
@@ -353,7 +354,9 @@ isc_result_t omapi_connection_put_name (omapi_object_t *, const char *);
|
||||
isc_result_t omapi_connection_put_string (omapi_object_t *, const char *);
|
||||
isc_result_t omapi_connection_put_handle (omapi_object_t *c,
|
||||
omapi_object_t *h);
|
||||
|
||||
isc_result_t omapi_connection_put_named_uint32 (omapi_object_t *,
|
||||
const char *,
|
||||
u_int32_t);
|
||||
isc_result_t omapi_listen (omapi_object_t *, unsigned, int);
|
||||
isc_result_t omapi_listen_addr (omapi_object_t *,
|
||||
omapi_addr_t *, int);
|
||||
|
Reference in New Issue
Block a user