aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/printf_hook.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2007-04-11 09:12:21 +0000
committerMartin Willi <martin@strongswan.org>2007-04-11 09:12:21 +0000
commitcd08b6880ba63792812338c1efe27f396676e7a3 (patch)
treeb77a246dce69c44315d675ef861a4339225afe52 /src/libstrongswan/printf_hook.h
parent82240938ca46d12e9a7625838320ec1899b0f237 (diff)
downloadstrongswan-cd08b6880ba63792812338c1efe27f396676e7a3.tar.bz2
strongswan-cd08b6880ba63792812338c1efe27f396676e7a3.tar.xz
removed %M printf handler, five more to go
Diffstat (limited to 'src/libstrongswan/printf_hook.h')
-rw-r--r--src/libstrongswan/printf_hook.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstrongswan/printf_hook.h b/src/libstrongswan/printf_hook.h
index 45184a8f0..28bd3bfcb 100644
--- a/src/libstrongswan/printf_hook.h
+++ b/src/libstrongswan/printf_hook.h
@@ -43,8 +43,6 @@
/** 1 argument: ike_sa_t *ike_sa */
#define PRINTF_IKE_SA 'K'
/** 1 argument: message_t *message */
-#define PRINTF_MESSAGE 'M'
-/** 2 arguments: enum_name_t *name, long value */
#define PRINTF_ENUM 'N'
/** 1 argument: child_sa_t *child_sa */
#define PRINTF_CHILD_SA 'P'