Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:59:36

0001 /*
0002  * Copyright (C) the libgit2 contributors. All rights reserved.
0003  *
0004  * This file is part of libgit2, distributed under the GNU GPL v2 with
0005  * a Linking Exception. For full terms see the included COPYING file.
0006  */
0007 #ifndef INCLUDE_sys_git_cred_h__
0008 #define INCLUDE_sys_git_cred_h__
0009 
0010 /* These declarations have moved. */
0011 #ifndef GIT_DEPRECATE_HARD
0012 # include "git2/sys/credential.h"
0013 #endif
0014 
0015 #endif