Sha256: 34eb7f2a0f56c80fef790cad5d50916cf9222494ccd7ccb129132cbbb9a66aa7

Contents?: true

Size: 564 Bytes

Versions: 2

Compression:

Stored size: 564 Bytes

Contents

/*
 * Copyright (C) the libgit2 contributors. All rights reserved.
 *
 * This file is part of libgit2, distributed under the GNU GPL v2 with
 * a Linking Exception. For full terms see the included COPYING file.
 */
#ifndef INCLUDE_steams_schannel_h__
#define INCLUDE_steams_schannel_h__

#include "common.h"

#include "git2/sys/stream.h"

#ifdef GIT_SCHANNEL

extern int git_schannel_stream_new(
	git_stream **out,
	const char *host,
	const char *port);

extern int git_schannel_stream_wrap(
	git_stream **out,
	git_stream *in,
	const char *host);

#endif

#endif

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rugged-1.7.2 vendor/libgit2/src/libgit2/streams/schannel.h
rugged-1.7.1 vendor/libgit2/src/libgit2/streams/schannel.h