summaryrefslogtreecommitdiff
path: root/include/defs.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-02-12 14:39:41 -0500
committerAdam <Adam@anope.org>2014-02-12 14:39:41 -0500
commit269c2786e96c3c8d2711be912d8fa40d99b090d4 (patch)
treec49e5ce41b25a07f5e9b593948e6a2ca3f5d6b1d /include/defs.h
parent96fc940af7f20001b290cc65a76d0afb88a6160c (diff)
Add SASL EXTERNAL support. Thanks to ShutterQuick for fixing and testing.
Diffstat (limited to 'include/defs.h')
-rw-r--r--include/defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/defs.h b/include/defs.h
index 1d61c6c92..3d8ebf4ff 100644
--- a/include/defs.h
+++ b/include/defs.h
@@ -52,4 +52,5 @@ struct Exception;
struct MemoInfo;
struct ModeLock;
struct Oper;
+namespace SASL { struct Message; }