X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=pack-redundant.c;h=cd81f5a66eae2a4c1fdab4086b896d6a06dcf687;hb=b642d9ef643371990c0a921836f2a074d48ce1b3;hp=1869b38b726b3760f279076af43006be9f1c5acf;hpb=d9ad59e7636d98daa6131e9fd2cb2b4f5745a853;p=git.git diff --git a/pack-redundant.c b/pack-redundant.c index 1869b38b..cd81f5a6 100644 --- a/pack-redundant.c +++ b/pack-redundant.c @@ -45,7 +45,7 @@ static inline void llist_item_put(struct llist_item *item) free_nodes = item; } -static inline struct llist_item *llist_item_get() +static inline struct llist_item *llist_item_get(void) { struct llist_item *new; if ( free_nodes ) { @@ -275,7 +275,7 @@ static void cmp_two_packs(struct pack_list *p1, struct pack_list *p2) } } -void pll_free(struct pll *l) +static void pll_free(struct pll *l) { struct pll *old; struct pack_list *opl;