This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
zorun
/
kea-hook-runscript
Suivre
1
Voter
0
Fork
1
Fichiers
Tickets
0
Pull Requests
0
Aborescence:
3a63ec9414
Branches
Tags
master
v1.1.0
v1.0.0
kea-hook-run...
/
src
/
version.cc
version.cc
104 B
Historique
Raw
1
2
3
4
5
6
7
// version.cc
#include <hooks/hooks.h>
extern "C" {
int version() {
return (KEA_HOOKS_VERSION);
}
}