logd: institute getGroups for socket credentials

Change-Id: Ib8be84d2a3f873e91fb1495df439a498f395c137
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 @@
     virtual ~LogCommand() {}
 };
 
+bool clientHasLogCredentials(SocketClient * cli);
+
 #endif