summaryrefslogtreecommitdiffstats
path: root/src/bdd/parse/parseInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bdd/parse/parseInt.h')
-rw-r--r--src/bdd/parse/parseInt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bdd/parse/parseInt.h b/src/bdd/parse/parseInt.h
index a1730f2c..17f48375 100644
--- a/src/bdd/parse/parseInt.h
+++ b/src/bdd/parse/parseInt.h
@@ -57,8 +57,8 @@ typedef struct ParseStackOpStruct Parse_StackOp_t; // the operation stack
/*=== parseStack.c =============================================================*/
extern Parse_StackFn_t * Parse_StackFnStart ( int nDepth );
extern bool Parse_StackFnIsEmpty( Parse_StackFn_t * p );
-extern void Parse_StackFnPush ( Parse_StackFn_t * p, DdNode * bFunc );
-extern DdNode * Parse_StackFnPop ( Parse_StackFn_t * p );
+extern void Parse_StackFnPush ( Parse_StackFn_t * p, void * bFunc );
+extern void * Parse_StackFnPop ( Parse_StackFn_t * p );
extern void Parse_StackFnFree ( Parse_StackFn_t * p );
extern Parse_StackOp_t * Parse_StackOpStart ( int nDepth );