aboutsummaryrefslogtreecommitdiff
path: root/tools/gator/daemon/Setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gator/daemon/Setup.h')
-rw-r--r--tools/gator/daemon/Setup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gator/daemon/Setup.h b/tools/gator/daemon/Setup.h
index 280d61139784..427e71788c36 100644
--- a/tools/gator/daemon/Setup.h
+++ b/tools/gator/daemon/Setup.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) ARM Limited 2014. All rights reserved.
+ * Copyright (C) ARM Limited 2014-2015. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -13,6 +13,6 @@
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
bool getLinuxVersion(int version[3]);
-int update(const char *const gatorPath);
+void update(const char *const gatorPath);
#endif // SETUP_H