mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Another minor revert of "[Cruft Reduction] Remove unused functions from src/engine"
The compiler complains if there is no previous declaration of the non-static function xaccSplitSetSlots_nc. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21582 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
c1381f5ca4
commit
5b4fa6128a
@ -143,9 +143,9 @@ void xaccSplitSetLot(Split* split, GNCLot* lot);
|
||||
KvpFrame *xaccSplitGetSlots(const Split *split);
|
||||
|
||||
/** Set the KvpFrame slots of this split to the given frm by directly
|
||||
* using the frm pointer (i.e. non-copying).
|
||||
* using the frm pointer (i.e. non-copying). */
|
||||
void xaccSplitSetSlots_nc(Split *s, KvpFrame *frm);
|
||||
*/
|
||||
|
||||
|
||||
/** The memo is an arbitrary string associated with a split. It is
|
||||
* intended to hold a short (zero to forty character) string that is
|
||||
|
Loading…
Reference in New Issue
Block a user