2008-10-17 23:10:33 +04:00
/*
2006-12-20 16:05:13 +03: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 06:07:03 +04:00
the Free Software Foundation ; either version 3 of the License , or
2006-12-20 16:05:13 +03:00
( at your option ) any later version .
2008-10-17 23:10:33 +04:00
2006-12-20 16:05:13 +03: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 23:10:33 +04:00
2006-12-20 16:05:13 +03:00
You should have received a copy of the GNU General Public License
2007-07-10 06:07:03 +04:00
along with this program . If not , see < http : //www.gnu.org/licenses/>.
2006-12-20 16:05:13 +03:00
*/
# ifndef _LIBRPC_NDR_NDR_DRSUAPI_H
# define _LIBRPC_NDR_NDR_DRSUAPI_H
2008-10-17 23:10:33 +04:00
void ndr_print_drsuapi_DsReplicaObjectListItem ( struct ndr_print * ndr , const char * name ,
2006-12-20 16:05:13 +03:00
const struct drsuapi_DsReplicaObjectListItem * r ) ;
void ndr_print_drsuapi_DsReplicaObjectListItemEx ( struct ndr_print * ndr , const char * name ,
const struct drsuapi_DsReplicaObjectListItemEx * r ) ;
2010-05-09 19:20:01 +04:00
size_t ndr_size_drsuapi_DsReplicaObjectIdentifier3Binary_without_Binary ( const struct drsuapi_DsReplicaObjectIdentifier3Binary * r , int flags ) ;
2009-12-01 02:24:16 +03:00
2006-12-20 16:05:13 +03:00
# endif /* _LIBRPC_NDR_NDR_DRSUAPI_H */