diff options
Diffstat (limited to 'MirOTR/otr.h')
-rw-r--r-- | MirOTR/otr.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/MirOTR/otr.h b/MirOTR/otr.h index 933a9c8..110bcd9 100644 --- a/MirOTR/otr.h +++ b/MirOTR/otr.h @@ -1,10 +1,10 @@ -#pragma once - -#include "stdafx.h" - -extern OtrlUserState otr_user_state; -extern OtrlMessageAppOps ops; - +#pragma once
+
+#include "stdafx.h"
+
+extern OtrlUserState otr_user_state;
+extern OtrlMessageAppOps ops;
+
extern "C" {
/* Return the OTR policy for the given context. */
|