~n-muench/ubuntu/oneiric/open-vm-tools/open-vm-tools.fix-836277

« back to all changes in this revision

Viewing changes to modules/linux/vmhgfs/hgfsEscape.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-10-23 15:32:00 UTC
  • mfrom: (1.1.2 upstream) (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20081023153200-gc1bfx89hj35c799
Tags: 2008.10.10-123053-2
* Correcting typo in dh_installinit call.
* Downgrading depends on module-assistant to recommends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#define __HGFS_ESCAPE_H__
29
29
 
30
30
#if defined(WIN32)
 
31
int HgfsEscape_GetSizeW(wchar_t const *bufIn, // IN
 
32
                        uint32 sizeIn);       // IN (chars)
31
33
int HgfsEscape_DoW(wchar_t const *bufIn, // IN
32
34
                   uint32 sizeIn,        // IN (chars)
33
35
                   uint32 sizeBufOut,    // IN (bytes)
34
36
                   wchar_t *bufOut);     // OUT
35
37
 
36
 
int HgfsEscape_UndoWToA(char *bufIn,    // IN
37
 
                                  uint32 sizeIn); // IN
 
38
int HgfsEscape_Undo(char *bufIn,    // IN
 
39
                    uint32 sizeIn); // IN
38
40
 
39
41
int HgfsEscape_UndoW(wchar_t *bufIn,   // IN
40
42
                     uint32 sizeIn);   // IN