Sha256: 6fb3a9b24c594f9488d97910a24836fc25bf4b7423fce8babcff569acbe96fb1

Contents?: true

Size: 597 Bytes

Versions: 10

Compression:

Stored size: 597 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_signature_h__
#define INCLUDE_signature_h__

#include "git2/common.h"
#include "git2/signature.h"
#include "repository.h"
#include <time.h>

int git_signature__parse(git_signature *sig, const char **buffer_out, const char *buffer_end, const char *header, char ender);
void git_signature__writebuf(git_buf *buf, const char *header, const git_signature *sig);

#endif

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rugged-0.21.4 vendor/libgit2/src/signature.h
rugged-0.21.3 vendor/libgit2/src/signature.h
rugged-0.21.2 vendor/libgit2/src/signature.h
rugged-0.21.1b2 vendor/libgit2/src/signature.h
rugged-0.21.1b1 vendor/libgit2/src/signature.h
rugged-0.21.1b0 vendor/libgit2/src/signature.h
rugged-0.21.0 vendor/libgit2/src/signature.h
rugged-0.19.0 vendor/libgit2/src/signature.h
rugged-0.18.0.gh.de28323 vendor/libgit2/src/signature.h
rugged-0.18.0.b1 vendor/libgit2/src/signature.h