summaryrefslogtreecommitdiff
path: root/src/transports/cred.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transports/cred.h')
-rw-r--r--src/transports/cred.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/transports/cred.h b/src/transports/cred.h
deleted file mode 100644
index ed5821c55..000000000
--- a/src/transports/cred.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * 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