Changeset 380
- Timestamp:
- 02/11/08 02:40:40 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ICeCoffEE/ICeCoffEE/ICeCoffEE.h
r375 r380 11 11 #define ICCF_LocalizedString(key) \ 12 12 [(NSString *)CFBundleCopyLocalizedString(ICCF_bundle, (CFStringRef)(key), CFSTR(""), NULL) autorelease] 13 14 // XXX temporary for 1.5 development; gone when we remove Internet Config dependency 15 ICInstance ICCF_GetInst(); 16 void ICCF_StartIC(); 17 void ICCF_StopIC(); 13 18 14 19 // returns an explanation for the provided OSStatus in the supplied
Note:
See TracChangeset
for help on using the changeset viewer.