~ubuntu-branches/ubuntu/breezy/gnustep-base/breezy

« back to all changes in this revision

Viewing changes to Headers/Additions/GNUstepBase/Unicode.h

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2005-09-11 12:16:07 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050911121607-cqyghsqpbjwqva0i
Tags: 1.10.3-2build1
RebuildĀ forĀ dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 * Private API used internally by NSString etc.
39
39
 */
40
40
#ifndef NO_GNUSTEP
 
41
#include "GSObjCRuntime.h"
 
42
 
41
43
 
42
44
GS_EXPORT NSStringEncoding *GetAvailableEncodings(void);
43
45
GS_EXPORT NSStringEncoding GetDefEncoding(void);