/* HIP Agent License: GNU/GPL Authors: Antti Partanen */ #ifndef GUI_INTERFACE_H #define GUI_INTERFACE_H /******************************************************************************/ /* INCLUDES */ #include #include #include #include "hit_db.h" /******************************************************************************/ /* Set up for C function definitions, even when using C++ */ #ifdef __cplusplus extern "C" { #endif /******************************************************************************/ /******************************************************************************/ /* FUNCTION DEFINITIONS */ int check_hit(HIT_Remote *, int); /******************************************************************************/ /* Ends C function definitions when using C++ */ #ifdef __cplusplus } #endif /******************************************************************************/ #endif /* END OF HEADER FILE */ /******************************************************************************/