Add geef:oid_fmt(Oid)

This commit is contained in:
Carlos Martín Nieto
2013-01-21 16:22:08 +01:00
parent 880d7b76fb
commit 401573ea60
4 changed files with 39 additions and 1 deletions

9
c_src/oid.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef GEEF_OID_H
#define GEEF_OID_H
#include "erl_nif.h"
#include <git2.h>
ERL_NIF_TERM geef_oid_fmt(ErlNifEnv *env, int argc, const ERL_NIF_TERM argv[]);
#endif