aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/mate_util.h
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-05-16 17:16:52 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-05-16 17:16:52 +0000
commitbf1117c4c93300d5820f2afbd1aac41da029cd49 (patch)
tree32ae16c046b95f05db77fc89e77cd46fa6d423cb /plugins/mate/mate_util.h
parente3d0bbc874a71f8da5efd95949c003df2350c33c (diff)
Transforms and Pdus are working already, Gops start to work.
svn path=/trunk/; revision=14376
Diffstat (limited to 'plugins/mate/mate_util.h')
-rw-r--r--plugins/mate/mate_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mate/mate_util.h b/plugins/mate/mate_util.h
index a8963e22eb..27af4fdccb 100644
--- a/plugins/mate/mate_util.h
+++ b/plugins/mate/mate_util.h
@@ -38,7 +38,7 @@
/******* dbg_print *********/
#define DEBUG_BUFFER_SIZE 4096
-extern void dbg_print(const gint* which, gint how, FILE* where, gchar* fmt, ... );
+extern void dbg_print(const gint* which, gint how, FILE* where, const gchar* fmt, ... );
/******* single copy strings *********/