xmime.h File Reference

Utility functions. More...


Functions

XMIME_API const char * XMIME_versionInfo (void)
 Gets the version information string.
XMIME_API const char * XMIME_buildInfo (void)
 Gets the build information string.


Detailed Description


Function Documentation

XMIME_API const char* XMIME_buildInfo ( void   ) 

Gets the build information string.

This function is helpful for debugging, as it provides accurate information about the build of the Hunny XStream MIME library that your application uses.

The returned string is static. You must not attempt to free the returned string.

Returns:
build information

XMIME_API const char* XMIME_versionInfo ( void   ) 

Gets the version information string.

This function is helpful for debugging, as it provides accurate information about the version of the Hunny XStream MIME library that your application uses.

The returned string is static. You must not attempt to free the returned string.

Returns:
version information

Copyright © 2001-2010 Hunny Software, Inc. All rights reserved.