source: trunk/ICeCoffEE/ICeCoffEE/ICeCoffEESharing.h@ 491

Last change on this file since 491 was 462, checked in by Nicholas Riley, 16 years ago

Copy URL to clipboard as link support.

File size: 307 bytes
Line 
1/*
2 * ICeCoffEESharing.h
3 * ICeCoffEE
4 *
5 * Created by Nicholas Riley on 4/9/08.
6 * Copyright 2008 Nicholas Riley. All rights reserved.
7 *
8 */
9
10#ifndef _H_ICeCoffEESharing
11#define _H_ICeCoffEESharing
12
13#include <Carbon/Carbon.h>
14
15OSStatus ICCF_CopyLink(CFStringRef url);
16
17#endif /* _H_ICeCoffEESharing */
Note: See TracBrowser for help on using the repository browser.