Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 713 → Rev 1653

/uspace/trunk/init/version.h
26,6 → 26,13
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup init
* @{
*/
/**
* @file
*/
 
#ifndef __VERSION_H__
#define __VERSION_H__
 
32,3 → 39,7
extern void version_print(void);
 
#endif
 
/** @}
*/