remove defunct PLUGIN_PACKET_{RX,TX} constants
authorbodea <bodea>
Thu, 18 May 2006 16:49:30 +0000 (16:49 +0000)
committerbodea <bodea>
Thu, 18 May 2006 16:49:30 +0000 (16:49 +0000)
plugin.h

index 9a4b67e..788b50a 100644 (file)
--- a/plugin.h
+++ b/plugin.h
@@ -8,8 +8,6 @@ enum
 {
     PLUGIN_PRE_AUTH = 1,
     PLUGIN_POST_AUTH,
-    PLUGIN_PACKET_RX,
-    PLUGIN_PACKET_TX,
     PLUGIN_TIMER,
     PLUGIN_NEW_SESSION,
     PLUGIN_KILL_SESSION,