Wrap git_revparse_single

This commit is contained in:
Carlos Martín Nieto
2013-09-05 15:11:32 +02:00
parent 72078cb099
commit 21464aeece
8 changed files with 101 additions and 2 deletions

8
c_src/revparse.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef GEEF_REVPARSE_H
#define GEEF_REVPARSE_H
#include "erl_nif.h"
ERL_NIF_TERM geef_revparse_single(ErlNifEnv *env, int argc, const ERL_NIF_TERM argv[]);
#endif