summaryrefslogtreecommitdiff
path: root/colm/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'colm/debug.h')
-rw-r--r--colm/debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/colm/debug.h b/colm/debug.h
index aa5656ff..91e1c46c 100644
--- a/colm/debug.h
+++ b/colm/debug.h
@@ -35,9 +35,9 @@ void fatal( const char *fmt, ... );
#define check_realm( realm )
#endif
-struct ColmProgram;
+struct colm_program;
-int _debug( struct ColmProgram *prg, long realm, const char *fmt, ... );
+int _debug( struct colm_program *prg, long realm, const char *fmt, ... );
void message( const char *fmt, ... );