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

« back to all changes in this revision

Viewing changes to lib/include/config.h

  • Committer: Bazaar Package Importer
  • Author(s): Devid Antonio Filoni
  • Date: 2008-08-15 21:21:40 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080815212140-05fhxj8wroosysmj
Tags: 2008.08.08-109361-1ubuntu1
* Merge from Debian unstable (LP: #258393), remaining Ubuntu change:
  - add ubuntu_toolchain_FTBFS.dpatch patch, fix FTBFS
* Update ubuntu_toolchain_FTBFS.dpatch patch for the new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
EXTERN double Config_GetDouble(double defaultValue,
82
82
                               const char *fmt, ...) PRINTF_DECL(2, 3);
83
83
EXTERN Bool Config_NotSet(const char *fmt, ...) PRINTF_DECL(1, 2);
 
84
EXTERN void Config_UnsetWithPrefix(const char *fmt, ...) PRINTF_DECL(1, 2);
84
85
 
85
86
EXTERN void Config_Set(void *value, int type,
86
87
                       const char *fmt, ...) PRINTF_DECL(3, 4);