Add geef:oid_fmt(Oid)
This commit is contained in:
9
c_src/oid.h
Normal file
9
c_src/oid.h
Normal 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
|
||||
Reference in New Issue
Block a user