Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/null-lp.c')
-rw-r--r--stubs/null-lp.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/stubs/null-lp.c b/stubs/null-lp.c
new file mode 100644
index 00000000..193c3392
--- /dev/null
+++ b/stubs/null-lp.c
@@ -0,0 +1,8 @@
+/*
+ * Stub methods usable by LogPolicy implementations.
+ */
+
+#include "putty.h"
+
+bool null_lp_verbose_no(LogPolicy *lp) { return false; }
+bool null_lp_verbose_yes(LogPolicy *lp) { return true; }