Ignore:
Timestamp:
02/11/08 02:40:40 (16 years ago)
Author:
Nicholas Riley
Message:

ICeCoffEE.h: Let ICeCoffEE actually compile again pending IC removal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/ICeCoffEE/ICeCoffEE.h

    r375 r380  
    1111#define ICCF_LocalizedString(key) \
    1212    [(NSString *)CFBundleCopyLocalizedString(ICCF_bundle, (CFStringRef)(key), CFSTR(""), NULL) autorelease]
     13
     14// XXX temporary for 1.5 development; gone when we remove Internet Config dependency
     15ICInstance ICCF_GetInst();
     16void ICCF_StartIC();
     17void ICCF_StopIC();
    1318
    1419// returns an explanation for the provided OSStatus in the supplied
Note: See TracChangeset for help on using the changeset viewer.