Revision 8a0ba68f6dab2c8b1f297a0d46b710bb9af3237a authored by Junio C Hamano on 01 December 2018, 12:44:56 UTC, committed by Junio C Hamano on 01 December 2018, 12:44:56 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 15cc2da
Raw File
default.h
#ifndef NEGOTIATOR_DEFAULT_H
#define NEGOTIATOR_DEFAULT_H

struct fetch_negotiator;

void default_negotiator_init(struct fetch_negotiator *negotiator);

#endif
back to top