]> git.tuebingen.mpg.de Git - paraslash.git/commit
aft.c: Pass struct ls_data pointer to make_status_items().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 21 Dec 2014 18:07:40 +0000 (18:07 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 Mar 2015 21:40:57 +0000 (21:40 +0000)
commite0671caf7202075332964347dacd92ab6e18dcd4
tree4c3db745e82f5fb70136bba8e3dd16a9f960444b
parent19d0ffee2c551fb8d17f01f5bd04b0c52987147b
aft.c: Pass struct ls_data pointer to make_status_items().

We essentially already do that, with each field of the structure
spelled out in the argument list of make_status_items().
aft.c