Re: [PATCH 2/2] transport: make transport vtable more private

2017-12-14 Thread Junio C Hamano
Jonathan Tan writes: > Move the definition of the transport-specific functions provided by > transports, whether declared in transport.c or transport-helper.c, into > an internal header. This means that transport-using code (as opposed to > transport-declaring code) can

[PATCH 2/2] transport: make transport vtable more private

2017-12-14 Thread Jonathan Tan
Move the definition of the transport-specific functions provided by transports, whether declared in transport.c or transport-helper.c, into an internal header. This means that transport-using code (as opposed to transport-declaring code) can no longer access these functions (without importing the