mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
698d2e873e
(This used to be commit e13089b040d5df4e611a120ec7fce20757dc196a)
16 lines
403 B
Smarty
16 lines
403 B
Smarty
/*******************************************************************
|
|
parse a @STRUCTNAME@ structure
|
|
********************************************************************/
|
|
BOOL @FUNCNAME@(char *desc, io_struct *ps, int depth,
|
|
@STRUCTNAME@ *il, unsigned flags)
|
|
{
|
|
io_debug(ps, depth, desc, "@FUNCNAME@");
|
|
depth++;
|
|
|
|
#if 0
|
|
if (UNMARSHALLING(ps)) {
|
|
ZERO_STRUCTP(il);
|
|
}
|
|
#endif
|
|
/* parse the scalars */
|