summaryrefslogtreecommitdiff
path: root/CyteKit/extern.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2017-03-10 22:34:52 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2017-03-10 22:34:52 -0800
commitd60043e4dfdcd8321f94720ef885c55ad59a2b3d (patch)
tree424dd0054b0d1208a2eca11b26ab0737e2cfc5a6 /CyteKit/extern.h
parent2db33ea12fcfa87654ecf0ba54db21786f1fe821 (diff)
Support compound user-agents using CyteInitialize.
Diffstat (limited to 'CyteKit/extern.h')
-rw-r--r--CyteKit/extern.h2
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_;