summaryrefslogtreecommitdiff
path: root/source3/aparser/templates/fn_start.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'source3/aparser/templates/fn_start.tpl')
-rw-r--r--source3/aparser/templates/fn_start.tpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/aparser/templates/fn_start.tpl b/source3/aparser/templates/fn_start.tpl
new file mode 100644
index 0000000000..deecc670e3
--- /dev/null
+++ b/source3/aparser/templates/fn_start.tpl
@@ -0,0 +1,9 @@
+/*******************************************************************
+parse a @STRUCTNAME@ structure
+********************************************************************/
+BOOL @FUNCNAME@(char *desc, @STRUCTNAME@ *il,
+ prs_struct *ps, int depth)
+{
+ prs_debug(ps, depth, desc, "@FUNCNAME@");
+ depth++;
+