summaryrefslogtreecommitdiff
path: root/src/helper/log.c
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-11 05:50:21 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-11 05:50:21 +0000
commit6411b69af9415f46da7ce1f62b458b8b6014c976 (patch)
treee20337d1c6c51f3b46e9791789d071833a20c4cf /src/helper/log.c
parente2598f06fd33648e57b24cb079e5a56ae2d2941a (diff)
downloadopenocd+libswd-6411b69af9415f46da7ce1f62b458b8b6014c976.tar.gz
openocd+libswd-6411b69af9415f46da7ce1f62b458b8b6014c976.tar.bz2
openocd+libswd-6411b69af9415f46da7ce1f62b458b8b6014c976.tar.xz
openocd+libswd-6411b69af9415f46da7ce1f62b458b8b6014c976.zip
Mark API layering violations in the helper module with @todo notes.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1718 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/helper/log.c')
-rw-r--r--src/helper/log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helper/log.c b/src/helper/log.c
index 794f4548..4ba0dd6a 100644
--- a/src/helper/log.c
+++ b/src/helper/log.c
@@ -29,6 +29,7 @@
#include "log.h"
#include "time_support.h"
+// @todo the inclusion of server.h here is a layering violation
#include "server.h"
#include <stdarg.h>