/************************************************************************/ /* */ /* Common structures for the various tools. */ /* */ /************************************************************************/ # ifndef APP_TOOL_H # define APP_TOOL_H typedef void (*AppToolDestroy)( void * target ); # endif