Added unit test framework, and some initial unit tests.
[claws.git] / src / common / tests / mock_prefs_common_get_use_shred.h
1 gboolean prefs_common_get_use_shred(void)
2 {
3         return FALSE;
4 }
5