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:
Christian Stimming 2011-11-18 21:56:07 +00:00
parent c1381f5ca4
commit 5b4fa6128a

View File

@ -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