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

« back to all changes in this revision

Viewing changes to lib/hgfsServer/hgfsServerInt.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-07-30 12:56:49 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730125649-97sfj5li8axiseoo
Tags: 2009.07.22-179896-2
* Temporarily building without dumbnet, the recently uploaded
  new dumbnet upstream version broke down (Closes: #539006).
* Using more common name to store local debian additions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
755
755
void
756
756
HgfsServerPlatformDestroy(void);
757
757
 
758
 
HgfsInternalStatus
 
758
HgfsNameStatus
759
759
HgfsServerHasSymlink(const char *fileName,      // IN: fileName to be checked
760
760
                     size_t fileNameLength,     // IN
761
761
                     const char *sharePath,     // IN: share path in question
762
762
                     size_t sharePathLen);      // IN
763
 
HgfsInternalStatus
 
763
HgfsNameStatus
764
764
HgfsServerConvertCase(const char *sharePath,             // IN: share path in question
765
765
                      size_t sharePathLength,            // IN
766
766
                      char *fileName,                    // IN: filename to be looked up