source: trunk/ICeCoffEE/ICeCoffEE/ICeCoffEEAction.h@ 433

Last change on this file since 433 was 106, checked in by Nicholas Riley, 21 years ago

ICeCoffEE 1.3.2b1

File size: 536 bytes
Line 
1/*
2 * ICeCoffEEAction.h
3 * ICeCoffEE APE
4 *
5 * Created by Nicholas Riley on Wed Jan 29 2003.
6 * Copyright (c) 2003 Nicholas Riley. All rights reserved.
7 *
8 */
9
10#ifndef _H_ICeCoffEEAction
11#define _H_ICeCoffEEAction
12
13#include <Carbon/Carbon.h>
14
15// per-action options
16
17typedef struct {
18 Boolean presentMenu;
19 Boolean launchInBackground;
20} iccfURLAction;
21
22OSStatus ICCF_DoURLAction(ICInstance inst, ConstStr255Param hint, const char *urlData, long startIndex, long endIndex, iccfURLAction action);
23
24#endif /* _H_ICeCoffEEAction */
Note: See TracBrowser for help on using the repository browser.