Expose git_libgit2_version

This commit is contained in:
Carlos Martín Nieto
2013-04-01 15:08:05 +02:00
parent c2d1acbbe6
commit f41ff25a59
4 changed files with 26 additions and 0 deletions

6
c_src/library.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef GEEF_LIBRARY_H
#define GEEF_LIBRARY_H
ERL_NIF_TERM geef_library_version(ErlNifEnv *env, int argc, const ERL_NIF_TERM argv[]);
#endif