// ContextualMenuHelperExterns.h // By Jayson Adams // Copyright (c) 2003 Circus Ponies Software, Inc. All Rights Reserved. // // Please see the copyright message in ContextualMenuHelper.m for more copyright information regarding this code. #ifdef __cplusplus extern "C" { #endif extern int hostIsMyApp(); extern int isHostACocoaApp(); extern void performServiceWithCurrentCarbonSelection(CFStringRef selectionString); extern int cocoaAppHasSelection(); extern void performServiceWithCurrentCocoaSelection(); extern int cocoaAppHasStringSelection(); extern CFStringRef currentCocoaStringSelection(); #ifdef __cplusplus } #endif