- combine similar functions in telnet_server.c

git-svn-id: svn://svn.berlios.de/openocd/trunk@301 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
ntfreak
2008-02-17 11:06:58 +00:00
parent e859281eb3
commit cf9646bda6
3 changed files with 5 additions and 13 deletions

View File

@@ -34,7 +34,6 @@ int debug_level = -1;
static FILE* log_output;
static void *privData;
static logCallback callback;