#ifndef MISC_INSTALL_H #define MISC_INSTALL_H #include #include #include #include "hipconftool.h" #include "conntest.h" #include "debug.h" #include "crypto.h" int init_daemon(); int install_module(); int add_hi_default(struct hip_common *msg); int main_install(struct hip_common *msg); #endif /*MISC_INSTALL_H*/