~henrix/ubuntu/precise/open-vm-dkms/lp-1416003

« back to all changes in this revision

Viewing changes to lib/misc/codesetOld.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:
204
204
                    const char *code); // IN: encoding
205
205
 
206
206
Bool
207
 
CodeSetOld_Init(void);
 
207
CodeSetOld_Init(const char *dataDir);  // UNUSED
208
208
 
209
209
 
210
210
#endif /* __CODESET_OLD_H__ */