~n-muench/ubuntu/quantal/open-vm-tools/open-vm-tools.may2.sid-sync

« back to all changes in this revision

Viewing changes to modules/solaris/vmhgfs/backdoorInt.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-05-30 09:48:43 UTC
  • mfrom: (1.1.5 upstream) (2.4.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090530094843-gdpza57r5iqsf124
Tags: 2009.05.22-167859-1
MergingĀ upstreamĀ versionĀ 2009.05.22-167859.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*********************************************************
2
 
 * Copyright (C) 2005 VMware, Inc. All rights reserved.
3
 
 *
4
 
 * The contents of this file are subject to the terms of the Common
5
 
 * Development and Distribution License (the "License") version 1.0
6
 
 * and no later version.  You may not use this file except in
7
 
 * compliance with the License.
8
 
 *
9
 
 * You can obtain a copy of the License at
10
 
 *         http://www.opensource.org/licenses/cddl1.php
11
 
 *
12
 
 * See the License for the specific language governing permissions
13
 
 * and limitations under the License.
14
 
 *
15
 
 *********************************************************/
16
 
 
17
 
/*
18
 
 * backdoorInt.h --
19
 
 *
20
 
 *      Internal function prototypes for the real backdoor work.
21
 
 */
22
 
 
23
 
void BackdoorHbIn(Backdoor_proto_hb *bp);
24
 
void BackdoorHbOut(Backdoor_proto_hb *bp);