This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to...
[samba.git] / source3 / aparser / templates / fn_i_start.tpl
1 /*******************************************************************
2 parse a @STRUCTNAME@ structure
3 ********************************************************************/
4 BOOL @FUNCNAME@(char *desc, io_struct *ps, int depth,
5                 @STRUCTNAME@ *il, unsigned flags)
6 {
7         io_debug(ps, depth, desc, "@FUNCNAME@");
8         depth++;
9         
10 #if 0
11         if (UNMARSHALLING(ps)) {
12                 ZERO_STRUCTP(il);
13         }
14 #endif
15         /* parse the scalars */