/* 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 */ /******************************************************************************/