Sha256: f60f04d5b1c869578bb25959ac1e5480ec628317f82820ddf13a72a245c6de57
Contents?: true
Size: 394 Bytes
Versions: 14
Compression:
Stored size: 394 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_transports_cred_h__ #define INCLUDE_transports_cred_h__ #include "common.h" #include "git2/transport.h" const char *git_cred__username(git_cred *cred); #endif
Version data entries
14 entries across 14 versions & 1 rubygems