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


/* 
    HIP Agent 
     
    License: GNU/GPL 
    Authors: Antti Partanen  
*/ 
 
#ifndef X_H 
#define X_H 
 
/******************************************************************************/ 
/* INCLUDES */ 
 
 
/******************************************************************************/ 
/* FUNCTION DEFINITIONS */ 
 
/* This is a template file for new files. */ 
int function(int); 
 
 
#endif /* END OF HEADER FILE */ 
/******************************************************************************/