]> gitweb.ps.run Git - ps-cgit/commitdiff
Extract filepair_cb from ui-patch.c
authorLukas Fleischer <cgit@cryptocrack.de>
Wed, 14 Aug 2013 08:50:31 +0000 (10:50 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 16 Aug 2013 19:15:37 +0000 (13:15 -0600)
Move filepair_cb() from ui-patch.c to ui-shared.c and rename it to
filepair_cb_raw(). This callback will be used in ui-diff.c in a
follow-up patch.

Note that it is not straightforward to extract filepair_cb() from
ui-diff.c which is why it is not done here as well.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>

No differences found