summaryrefslogtreecommitdiff
path: root/source3/aparser/templates/fn_i_start.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'source3/aparser/templates/fn_i_start.tpl')
-rw-r--r--source3/aparser/templates/fn_i_start.tpl15
1 files changed, 15 insertions, 0 deletions
diff --git a/source3/aparser/templates/fn_i_start.tpl b/source3/aparser/templates/fn_i_start.tpl
new file mode 100644
index 0000000000..3979d78e7d
--- /dev/null
+++ b/source3/aparser/templates/fn_i_start.tpl
@@ -0,0 +1,15 @@
+/*******************************************************************
+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 */