www.pudn.com > hipl.1.0.1.rar > agent_tools.h


/* 
    HIP Agent 
     
    License: GNU/GPL 
    Authors: Antti Partanen  
*/ 
 
#ifndef AGENT_TOOLS_H 
#define AGENT_TOOLS_H 
 
/******************************************************************************/ 
/* INCLUDES */ 
//#include  
#include  
#include  
#include  
#include  
#include "str_var.h" 
 
 
/******************************************************************************/ 
/* Set up for C function definitions, even when using C++ */ 
#ifdef __cplusplus 
extern "C" { 
#endif 
/******************************************************************************/ 
 
 
/******************************************************************************/ 
/* FUNCTION DEFINITIONS */ 
int agent_exec(void); 
void agent_exit(void); 
 
void print_hit_to_buffer(char *, struct in6_addr *); 
int read_hit_from_buffer(struct in6_addr *, char *); 
 
int config_read(const char *); 
 
 
/******************************************************************************/ 
/* Ends C function definitions when using C++ */ 
#ifdef __cplusplus 
} 
#endif 
/******************************************************************************/ 
 
 
#endif /* END OF HEADER FILE */ 
/******************************************************************************/