summaryrefslogtreecommitdiffstats
path: root/src/base/cmd/cmdInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/cmd/cmdInt.h')
-rw-r--r--src/base/cmd/cmdInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/cmd/cmdInt.h b/src/base/cmd/cmdInt.h
index 149c26f1..2827e47b 100644
--- a/src/base/cmd/cmdInt.h
+++ b/src/base/cmd/cmdInt.h
@@ -78,7 +78,7 @@ extern void CmdFreeArgv( int argc, char ** argv );
extern char ** CmdAddToArgv( int argc, char ** argv );
extern void CmdCommandFree( Abc_Command * pCommand );
extern void CmdCommandPrint( Abc_Frame_t * pAbc, int fPrintAll );
-extern void CmdPrintTable( st_table * tTable, int fAliases );
+extern void CmdPrintTable( st__table * tTable, int fAliases );
////////////////////////////////////////////////////////////////////////
/// END OF FILE ///