]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Mon, 15 Apr 2019 18:33:00 +0000 (11:33 -0700)
committerOliver Kurth <okurth@vmware.com>
Mon, 15 Apr 2019 18:33:00 +0000 (11:33 -0700)
open-vm-tools/lib/include/rpcout.h

index 8730bfcec9a285f1588c933cc4f636c04e852443..81e97df5097dc82f1c4d547a83b4e0cea2ac7829 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 2007-2016 VMware, Inc. All rights reserved.
+ * Copyright (C) 2007-2016,2019 VMware, Inc. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published
@@ -79,10 +79,4 @@ Bool RpcOut_SendOneRaw(void *request, size_t reqLen, char **reply, size_t *repLe
 Bool RpcOut_SendOneRawPreallocated(void *request, size_t reqLen, char *reply,
                                    size_t repLen);
 
-/*
- * As the above but must be run by admin/root to make the privileged
- * RPC call successfully.
- */
-Bool RpcOut_SendOneRawPriv(void *request, size_t reqLen, char **reply, size_t *repLen);
-
 #endif /* __RPCOUT_H__ */