aboutsummaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
authorIan Wienand <ianw@ieee.org>2006-02-16 03:00:00 +0100
committerIan Wienand <ianw@debian.org>2006-02-16 03:00:00 +0100
commite1dd50cdd23a11bf7be6c81b3a2acbe35f19fdea (patch)
tree174d2081c0183035bffee95a9c5780e292f45594 /debug.h
parent5df6269b86c84f9e5d311aeb142cfe85f8db8db8 (diff)
downloadltrace-e1dd50cdd23a11bf7be6c81b3a2acbe35f19fdea.tar.gz
Version 0.3.37.1
* Non-maintainer upload * Start a "friendly takeover" from Juan * Closes: #127503,#280608 -- update man page typos * Closes: #339348 -- fix putenv typo in ltrace.conf * Closes: #257903 -- incorporate variable length args patch * See "upstream" ChangeLog for other changes (mostly warning fixes) * Update README to point to Alioth home: http://ltrace.alioth.debian.org
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.h b/debug.h
index 90a10e5..f42dd73 100644
--- a/debug.h
+++ b/debug.h
@@ -1,6 +1,6 @@
#include <features.h>
-void debug_(int level, char *file, int line, char *func, char *fmt, ...);
+void debug_(int level, char *file, int line, const char *func, char *fmt, ...);
# define debug(level, expr...) debug_(level, __FILE__, __LINE__, DEBUG_FUNCTION, expr)