diff.h: keep forward struct declarations sorted
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
3ebbe28989
commit
4a1b13a397
12
diff.h
12
diff.h
|
@ -9,16 +9,16 @@
|
||||||
#include "object.h"
|
#include "object.h"
|
||||||
#include "oidset.h"
|
#include "oidset.h"
|
||||||
|
|
||||||
struct rev_info;
|
struct combine_diff_path;
|
||||||
|
struct commit;
|
||||||
|
struct diff_filespec;
|
||||||
struct diff_options;
|
struct diff_options;
|
||||||
struct diff_queue_struct;
|
struct diff_queue_struct;
|
||||||
struct strbuf;
|
|
||||||
struct diff_filespec;
|
|
||||||
struct userdiff_driver;
|
|
||||||
struct oid_array;
|
struct oid_array;
|
||||||
struct commit;
|
|
||||||
struct combine_diff_path;
|
|
||||||
struct repository;
|
struct repository;
|
||||||
|
struct rev_info;
|
||||||
|
struct strbuf;
|
||||||
|
struct userdiff_driver;
|
||||||
|
|
||||||
typedef int (*pathchange_fn_t)(struct diff_options *options,
|
typedef int (*pathchange_fn_t)(struct diff_options *options,
|
||||||
struct combine_diff_path *path);
|
struct combine_diff_path *path);
|
||||||
|
|
Loading…
Reference in New Issue