Sync show log naming and behavior of FileDiffDlg, RepoBrowser, and GitStatusListCtrl...
[TortoiseGit.git] / src / TortoisePlink / utils / null_lp.c
blob674a7a6d91c74486773594347ce404bef09ce4f5
1 /*
2 * Stub methods usable by LogPolicy implementations.
3 */
5 #include "putty.h"
7 bool null_lp_verbose_no(LogPolicy *lp) { return false; }
8 bool null_lp_verbose_yes(LogPolicy *lp) { return true; }