mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
More skeletons
This commit is contained in:
parent
28438e3126
commit
ae79fd016d
@ -1132,9 +1132,15 @@ gnc_option_db_save(GncOptionDB* odb, QofBook* book,
|
||||
{
|
||||
odb->save_to_kvp(book, static_cast<bool>(clear_options));
|
||||
}
|
||||
const char*
|
||||
gnc_option_db_lookup_string_value(GncOptionDB*, const char*, const char*)
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void
|
||||
gnc_option_db_book_options(GncOptionDB*)
|
||||
gnc_option_db_set_string_value(GncOptionDB*, const char*,
|
||||
const char*, const char*)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user