/* * ICeCoffEEAction.h * ICeCoffEE APE * * Created by Nicholas Riley on Wed Jan 29 2003. * Copyright (c) 2003 Nicholas Riley. All rights reserved. * */ #ifndef _H_ICeCoffEEAction #define _H_ICeCoffEEAction #include // per-action options typedef struct { Boolean presentMenu; Boolean launchInBackground; } iccfURLAction; OSStatus ICCF_DoURLAction(ICInstance inst, ConstStr255Param hint, const char *urlData, long startIndex, long endIndex, iccfURLAction action); #endif /* _H_ICeCoffEEAction */