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

null-lp.c « stubs - github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 193c33923972bec3699abfd8e96944a8b65546ab (plain)
1
2
3
4
5
6
7
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; }