diff options
Diffstat (limited to 'logd/LogCommand.h')
-rw-r--r-- | logd/LogCommand.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/logd/LogCommand.h b/logd/LogCommand.h index aef6706..e3b96a2 100644 --- a/logd/LogCommand.h +++ b/logd/LogCommand.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013 The Android Open Source Project + * Copyright (C) 2012-2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,6 +17,7 @@ #ifndef _LOGD_COMMAND_H #define _LOGD_COMMAND_H +#include <sysutils/SocketClient.h> #include <sysutils/FrameworkCommand.h> class LogCommand : public FrameworkCommand { @@ -25,4 +26,6 @@ public: virtual ~LogCommand() {} }; +bool clientHasLogCredentials(SocketClient * cli); + #endif |