From: Lukas Fleischer Date: Wed, 14 Aug 2013 08:50:31 +0000 (+0200) Subject: Extract filepair_cb from ui-patch.c X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/747b035dda97ae359ed00d84744acfa8cc009fb2?hp=747b035dda97ae359ed00d84744acfa8cc009fb2 Extract filepair_cb from ui-patch.c 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 ---