diff options
Diffstat (limited to 'CyteKit/extern.h')
-rw-r--r-- | CyteKit/extern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CyteKit/extern.h b/CyteKit/extern.h index 562fb26..e019227 100644 --- a/CyteKit/extern.h +++ b/CyteKit/extern.h @@ -33,7 +33,7 @@ extern const char *System_; bool CyteIsReachable(const char *name); -void CyteInitialize(NSString *app, NSString *version); +void CyteInitialize(NSString *agent); static inline double Retina(double value) { value *= ScreenScale_; |