]> git.tuebingen.mpg.de Git - paraslash.git/commit
Introduce clear_afhi().
authorAndre Noll <maan@systemlinux.org>
Tue, 23 Aug 2011 17:41:27 +0000 (19:41 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 7 Apr 2012 23:21:24 +0000 (01:21 +0200)
commit91352f3511e963b4d46e3168654f0027c6fee291
treeca03cd725d86a0e42f49d56919932dbce3c7ab1a
parentfc01077a24ffd83132826bd0d09c8ead70e759cc
Introduce clear_afhi().

aft.c and afh.c contain identical code to free all members of an
instance of struct afh_info. This commit introduces the public
function clear_afhi(), and patches both aft.c and afh.c to call the
new function.
afh.c
afh.h
afh_common.c
aft.c