2008-10-17 21:10:33 +02:00
/*
2006-12-20 13:05:13 +00:00
Unix SMB / CIFS implementation .
routines for printing some linked list structs in DRSUAPI
Copyright ( C ) Stefan ( metze ) Metzmacher 2005 - 2006
This program is free software ; you can redistribute it and / or modify
it under the terms of the GNU General Public License as published by
2007-07-10 02:07:03 +00:00
the Free Software Foundation ; either version 3 of the License , or
2006-12-20 13:05:13 +00:00
( at your option ) any later version .
2008-10-17 21:10:33 +02:00
2006-12-20 13:05:13 +00:00
This program is distributed in the hope that it will be useful ,
but WITHOUT ANY WARRANTY ; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
GNU General Public License for more details .
2008-10-17 21:10:33 +02:00
2006-12-20 13:05:13 +00:00
You should have received a copy of the GNU General Public License
2007-07-10 02:07:03 +00:00
along with this program . If not , see < http : //www.gnu.org/licenses/>.
2006-12-20 13:05:13 +00:00
*/
# ifndef _LIBRPC_NDR_NDR_DRSUAPI_H
# define _LIBRPC_NDR_NDR_DRSUAPI_H
2008-10-17 21:10:33 +02:00
void ndr_print_drsuapi_DsReplicaObjectListItem ( struct ndr_print * ndr , const char * name ,
2006-12-20 13:05:13 +00:00
const struct drsuapi_DsReplicaObjectListItem * r ) ;
void ndr_print_drsuapi_DsReplicaObjectListItemEx ( struct ndr_print * ndr , const char * name ,
const struct drsuapi_DsReplicaObjectListItemEx * r ) ;
2023-07-10 15:47:03 +12:00
size_t ndr_size_drsuapi_DsReplicaObjectIdentifier3Binary_without_Binary ( const struct drsuapi_DsReplicaObjectIdentifier3Binary * r , libndr_flags flags ) ;
2009-12-01 00:24:16 +01:00
2006-12-20 13:05:13 +00:00
# endif /* _LIBRPC_NDR_NDR_DRSUAPI_H */